@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateEnvironmentTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the environment template update.
|
String |
getDisplayName()
The name of the environment template to update as displayed in the developer interface.
|
String |
getName()
The name of the environment template to update.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the environment template update.
|
void |
setDisplayName(String displayName)
The name of the environment template to update as displayed in the developer interface.
|
void |
setName(String name)
The name of the environment template to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentTemplateRequest |
withDescription(String description)
A description of the environment template update.
|
UpdateEnvironmentTemplateRequest |
withDisplayName(String displayName)
The name of the environment template to update as displayed in the developer interface.
|
UpdateEnvironmentTemplateRequest |
withName(String name)
The name of the environment template to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDescription(String description)
A description of the environment template update.
description - A description of the environment template update.public String getDescription()
A description of the environment template update.
public UpdateEnvironmentTemplateRequest withDescription(String description)
A description of the environment template update.
description - A description of the environment template update.public void setDisplayName(String displayName)
The name of the environment template to update as displayed in the developer interface.
displayName - The name of the environment template to update as displayed in the developer interface.public String getDisplayName()
The name of the environment template to update as displayed in the developer interface.
public UpdateEnvironmentTemplateRequest withDisplayName(String displayName)
The name of the environment template to update as displayed in the developer interface.
displayName - The name of the environment template to update as displayed in the developer interface.public void setName(String name)
The name of the environment template to update.
name - The name of the environment template to update.public String getName()
The name of the environment template to update.
public UpdateEnvironmentTemplateRequest withName(String name)
The name of the environment template to update.
name - The name of the environment template to update.public String toString()
toString in class ObjectObject.toString()public UpdateEnvironmentTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()