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