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