@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentTemplateVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEnvironmentTemplateVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentTemplateVersionResult |
clone() |
boolean |
equals(Object obj) |
EnvironmentTemplateVersion |
getEnvironmentTemplateVersion()
The environment template detail data that's returned by Proton.
|
int |
hashCode() |
void |
setEnvironmentTemplateVersion(EnvironmentTemplateVersion environmentTemplateVersion)
The environment template detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
CreateEnvironmentTemplateVersionResult |
withEnvironmentTemplateVersion(EnvironmentTemplateVersion environmentTemplateVersion)
The environment template detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateEnvironmentTemplateVersionResult()
public void setEnvironmentTemplateVersion(EnvironmentTemplateVersion environmentTemplateVersion)
The environment template detail data that's returned by Proton.
environmentTemplateVersion
- The environment template detail data that's returned by Proton.public EnvironmentTemplateVersion getEnvironmentTemplateVersion()
The environment template detail data that's returned by Proton.
public CreateEnvironmentTemplateVersionResult withEnvironmentTemplateVersion(EnvironmentTemplateVersion environmentTemplateVersion)
The environment template detail data that's returned by Proton.
environmentTemplateVersion
- The environment template detail data that's returned by Proton.public String toString()
toString
in class Object
Object.toString()
public CreateEnvironmentTemplateVersionResult clone()