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