@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEnvironmentTemplateResult() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentTemplateResult |
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.
|
CreateEnvironmentTemplateResult |
withEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 CreateEnvironmentTemplateResult 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 Object
Object.toString()
public CreateEnvironmentTemplateResult clone()