@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentState extends Object implements Serializable, Cloneable, StructuredPojo
The detailed data about the current state of the environment.
Constructor and Description |
---|
EnvironmentState() |
Modifier and Type | Method and Description |
---|---|
EnvironmentState |
clone() |
boolean |
equals(Object obj) |
String |
getSpec()
The environment spec that was used to create the environment.
|
String |
getTemplateMajorVersion()
The major version of the environment template that was used to create the environment.
|
String |
getTemplateMinorVersion()
The minor version of the environment template that was used to create the environment.
|
String |
getTemplateName()
The name of the environment template that was used to create the environment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSpec(String spec)
The environment spec that was used to create the environment.
|
void |
setTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
|
void |
setTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
|
void |
setTemplateName(String templateName)
The name of the environment template that was used to create the environment.
|
String |
toString()
Returns a string representation of this object.
|
EnvironmentState |
withSpec(String spec)
The environment spec that was used to create the environment.
|
EnvironmentState |
withTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
|
EnvironmentState |
withTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
|
EnvironmentState |
withTemplateName(String templateName)
The name of the environment template that was used to create the environment.
|
public void setSpec(String spec)
The environment spec that was used to create the environment.
spec
- The environment spec that was used to create the environment.public String getSpec()
The environment spec that was used to create the environment.
public EnvironmentState withSpec(String spec)
The environment spec that was used to create the environment.
spec
- The environment spec that was used to create the environment.public void setTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
templateMajorVersion
- The major version of the environment template that was used to create the environment.public String getTemplateMajorVersion()
The major version of the environment template that was used to create the environment.
public EnvironmentState withTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
templateMajorVersion
- The major version of the environment template that was used to create the environment.public void setTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
templateMinorVersion
- The minor version of the environment template that was used to create the environment.public String getTemplateMinorVersion()
The minor version of the environment template that was used to create the environment.
public EnvironmentState withTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
templateMinorVersion
- The minor version of the environment template that was used to create the environment.public void setTemplateName(String templateName)
The name of the environment template that was used to create the environment.
templateName
- The name of the environment template that was used to create the environment.public String getTemplateName()
The name of the environment template that was used to create the environment.
public EnvironmentState withTemplateName(String templateName)
The name of the environment template that was used to create the environment.
templateName
- The name of the environment template that was used to create the environment.public String toString()
toString
in class Object
Object.toString()
public EnvironmentState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.