@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompatibleEnvironmentTemplateInput extends Object implements Serializable, Cloneable, StructuredPojo
Compatible environment template data.
Constructor and Description |
---|
CompatibleEnvironmentTemplateInput() |
Modifier and Type | Method and Description |
---|---|
CompatibleEnvironmentTemplateInput |
clone() |
boolean |
equals(Object obj) |
String |
getMajorVersion()
The major version of the compatible environment template.
|
String |
getTemplateName()
The compatible environment template name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMajorVersion(String majorVersion)
The major version of the compatible environment template.
|
void |
setTemplateName(String templateName)
The compatible environment template name.
|
String |
toString()
Returns a string representation of this object.
|
CompatibleEnvironmentTemplateInput |
withMajorVersion(String majorVersion)
The major version of the compatible environment template.
|
CompatibleEnvironmentTemplateInput |
withTemplateName(String templateName)
The compatible environment template name.
|
public void setMajorVersion(String majorVersion)
The major version of the compatible environment template.
majorVersion
- The major version of the compatible environment template.public String getMajorVersion()
The major version of the compatible environment template.
public CompatibleEnvironmentTemplateInput withMajorVersion(String majorVersion)
The major version of the compatible environment template.
majorVersion
- The major version of the compatible environment template.public void setTemplateName(String templateName)
The compatible environment template name.
templateName
- The compatible environment template name.public String getTemplateName()
The compatible environment template name.
public CompatibleEnvironmentTemplateInput withTemplateName(String templateName)
The compatible environment template name.
templateName
- The compatible environment template name.public String toString()
toString
in class Object
Object.toString()
public CompatibleEnvironmentTemplateInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.