@Generated(value="software.amazon.awssdk:codegen") public final class ExportedEnvironmentVariable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportedEnvironmentVariable.Builder,ExportedEnvironmentVariable>
Contains information about an exported environment variable.
Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.
During a build, the value of a variable is available starting with the install phase. It can be updated
between the start of the install phase and the end of the post_build phase. After the
post_build phase ends, the value of exported variables cannot change.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportedEnvironmentVariable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportedEnvironmentVariable.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the exported environment variable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportedEnvironmentVariable.Builder> |
serializableBuilderClass() |
ExportedEnvironmentVariable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value assigned to the exported environment variable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the exported environment variable.
public final String value()
The value assigned to the exported environment variable.
public ExportedEnvironmentVariable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportedEnvironmentVariable.Builder,ExportedEnvironmentVariable>public static ExportedEnvironmentVariable.Builder builder()
public static Class<? extends ExportedEnvironmentVariable.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.