@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about an environment variable that is available to builds for the build project.
| Constructor and Description | 
|---|
| AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 The name of the environment variable. | 
| String | getType()
 The type of environment variable. | 
| String | getValue()
 The value of the environment variable. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setName(String name)
 The name of the environment variable. | 
| void | setType(String type)
 The type of environment variable. | 
| void | setValue(String value)
 The value of the environment variable. | 
| String | toString()Returns a string representation of this object. | 
| AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails | withName(String name)
 The name of the environment variable. | 
| AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails | withType(String type)
 The type of environment variable. | 
| AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails | withValue(String value)
 The value of the environment variable. | 
public AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails()
public void setName(String name)
The name of the environment variable.
name - The name of the environment variable.public String getName()
The name of the environment variable.
public AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails withName(String name)
The name of the environment variable.
name - The name of the environment variable.public void setType(String type)
The type of environment variable.
type - The type of environment variable.public String getType()
The type of environment variable.
public AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails withType(String type)
The type of environment variable.
type - The type of environment variable.public void setValue(String value)
The value of the environment variable.
value - The value of the environment variable.public String getValue()
The value of the environment variable.
public AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails withValue(String value)
The value of the environment variable.
value - The value of the environment variable.public String toString()
toString in class ObjectObject.toString()public AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.