@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServiceTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceTemplateRequest |
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 service template update.
|
String |
getDisplayName()
The name of the service template to update that's displayed in the developer interface.
|
String |
getName()
The name of the service template to update.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the service template update.
|
void |
setDisplayName(String displayName)
The name of the service template to update that's displayed in the developer interface.
|
void |
setName(String name)
The name of the service template to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceTemplateRequest |
withDescription(String description)
A description of the service template update.
|
UpdateServiceTemplateRequest |
withDisplayName(String displayName)
The name of the service template to update that's displayed in the developer interface.
|
UpdateServiceTemplateRequest |
withName(String name)
The name of the service 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, withSdkRequestTimeout
public void setDescription(String description)
A description of the service template update.
description
- A description of the service template update.public String getDescription()
A description of the service template update.
public UpdateServiceTemplateRequest withDescription(String description)
A description of the service template update.
description
- A description of the service template update.public void setDisplayName(String displayName)
The name of the service template to update that's displayed in the developer interface.
displayName
- The name of the service template to update that's displayed in the developer interface.public String getDisplayName()
The name of the service template to update that's displayed in the developer interface.
public UpdateServiceTemplateRequest withDisplayName(String displayName)
The name of the service template to update that's displayed in the developer interface.
displayName
- The name of the service template to update that's displayed in the developer interface.public void setName(String name)
The name of the service template to update.
name
- The name of the service template to update.public String getName()
The name of the service template to update.
public UpdateServiceTemplateRequest withName(String name)
The name of the service template to update.
name
- The name of the service template to update.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()