@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceTemplateVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteServiceTemplateVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteServiceTemplateVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMajorVersion()
The service template major version to delete.
|
String |
getMinorVersion()
The service template minor version to delete.
|
String |
getTemplateName()
The name of the service template.
|
int |
hashCode() |
void |
setMajorVersion(String majorVersion)
The service template major version to delete.
|
void |
setMinorVersion(String minorVersion)
The service template minor version to delete.
|
void |
setTemplateName(String templateName)
The name of the service template.
|
String |
toString()
Returns a string representation of this object.
|
DeleteServiceTemplateVersionRequest |
withMajorVersion(String majorVersion)
The service template major version to delete.
|
DeleteServiceTemplateVersionRequest |
withMinorVersion(String minorVersion)
The service template minor version to delete.
|
DeleteServiceTemplateVersionRequest |
withTemplateName(String templateName)
The name of the service template.
|
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 setMajorVersion(String majorVersion)
The service template major version to delete.
majorVersion
- The service template major version to delete.public String getMajorVersion()
The service template major version to delete.
public DeleteServiceTemplateVersionRequest withMajorVersion(String majorVersion)
The service template major version to delete.
majorVersion
- The service template major version to delete.public void setMinorVersion(String minorVersion)
The service template minor version to delete.
minorVersion
- The service template minor version to delete.public String getMinorVersion()
The service template minor version to delete.
public DeleteServiceTemplateVersionRequest withMinorVersion(String minorVersion)
The service template minor version to delete.
minorVersion
- The service template minor version to delete.public void setTemplateName(String templateName)
The name of the service template.
templateName
- The name of the service template.public String getTemplateName()
The name of the service template.
public DeleteServiceTemplateVersionRequest withTemplateName(String templateName)
The name of the service template.
templateName
- The name of the service template.public String toString()
toString
in class Object
Object.toString()
public DeleteServiceTemplateVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()