@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportedEnvironmentVariable extends Object implements Serializable, Cloneable, StructuredPojo
Information about an exported environment variable.
| Constructor and Description | 
|---|
ExportedEnvironmentVariable()  | 
| Modifier and Type | Method and Description | 
|---|---|
ExportedEnvironmentVariable | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getName()
 The name of this exported environment variable. 
 | 
String | 
getValue()
 The value assigned to this exported environment variable. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setName(String name)
 The name of this exported environment variable. 
 | 
void | 
setValue(String value)
 The value assigned to this exported environment variable. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ExportedEnvironmentVariable | 
withName(String name)
 The name of this exported environment variable. 
 | 
ExportedEnvironmentVariable | 
withValue(String value)
 The value assigned to this exported environment variable. 
 | 
public void setName(String name)
The name of this exported environment variable.
name - The name of this exported environment variable.public String getName()
The name of this exported environment variable.
public ExportedEnvironmentVariable withName(String name)
The name of this exported environment variable.
name - The name of this exported environment variable.public void setValue(String value)
The value assigned to this exported environment variable.
 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.
 
value - The value assigned to this exported environment variable.  
        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.
        
public String getValue()
The value assigned to this exported environment variable.
 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.
 
         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.
         
public ExportedEnvironmentVariable withValue(String value)
The value assigned to this exported environment variable.
 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.
 
value - The value assigned to this exported environment variable.  
        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.
        
public String toString()
toString in class ObjectObject.toString()public ExportedEnvironmentVariable clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.