@Generated(value="software.amazon.awssdk:codegen") public final class AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder,AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails>
Information about an environment variable that is available to builds for the build project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.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 environment variable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder> |
serializableBuilderClass() |
AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of environment variable.
|
String |
value()
The value of the environment variable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the environment variable.
public final String type()
The type of environment variable.
public final String value()
The value of the environment variable.
public AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder toBuilder()
public static AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder builder()
public static Class<? extends AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.