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