@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTemplateAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTemplateAliasRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTemplateAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasName()
The name for the template alias.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the item to delete.
|
String |
getTemplateId()
The ID for the template that the specified alias is for.
|
int |
hashCode() |
void |
setAliasName(String aliasName)
The name for the template alias.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the item to delete.
|
void |
setTemplateId(String templateId)
The ID for the template that the specified alias is for.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTemplateAliasRequest |
withAliasName(String aliasName)
The name for the template alias.
|
DeleteTemplateAliasRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the item to delete.
|
DeleteTemplateAliasRequest |
withTemplateId(String templateId)
The ID for the template that the specified alias is for.
|
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 setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the item to delete.
awsAccountId
- The ID of the Amazon Web Services account that contains the item to delete.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the item to delete.
public DeleteTemplateAliasRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the item to delete.
awsAccountId
- The ID of the Amazon Web Services account that contains the item to delete.public void setTemplateId(String templateId)
The ID for the template that the specified alias is for.
templateId
- The ID for the template that the specified alias is for.public String getTemplateId()
The ID for the template that the specified alias is for.
public DeleteTemplateAliasRequest withTemplateId(String templateId)
The ID for the template that the specified alias is for.
templateId
- The ID for the template that the specified alias is for.public void setAliasName(String aliasName)
The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You
can specify the alias name, or specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter.
aliasName
- The name for the template alias. To delete a specific alias, you delete the version that the alias points
to. You can specify the alias name, or specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter.public String getAliasName()
The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You
can specify the alias name, or specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter.
$LATEST
in the AliasName
parameter.public DeleteTemplateAliasRequest withAliasName(String aliasName)
The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You
can specify the alias name, or specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter.
aliasName
- The name for the template alias. To delete a specific alias, you delete the version that the alias points
to. You can specify the alias name, or specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter.public String toString()
toString
in class Object
Object.toString()
public DeleteTemplateAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()