@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEnvironmentTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteEnvironmentTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteEnvironmentTemplateResult |
clone() |
boolean |
equals(Object obj) |
EnvironmentTemplate |
getEnvironmentTemplate()
The environment template detail data that's returned by Proton.
|
int |
hashCode() |
void |
setEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEnvironmentTemplateResult |
withEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by Proton.
environmentTemplate - The environment template detail data that's returned by Proton.public EnvironmentTemplate getEnvironmentTemplate()
The environment template detail data that's returned by Proton.
public DeleteEnvironmentTemplateResult withEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by Proton.
environmentTemplate - The environment template detail data that's returned by Proton.public String toString()
toString in class ObjectObject.toString()public DeleteEnvironmentTemplateResult clone()
Copyright © 2022. All rights reserved.