@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConfigurationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to delete a configuration template.
NOOP
Constructor and Description |
---|
DeleteConfigurationTemplateRequest()
Default constructor for DeleteConfigurationTemplateRequest object.
|
DeleteConfigurationTemplateRequest(String applicationName,
String templateName)
Constructs a new DeleteConfigurationTemplateRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application to delete the configuration template from.
|
String |
getTemplateName()
The name of the configuration template to delete.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application to delete the configuration template from.
|
void |
setTemplateName(String templateName)
The name of the configuration template to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteConfigurationTemplateRequest |
withApplicationName(String applicationName)
The name of the application to delete the configuration template from.
|
DeleteConfigurationTemplateRequest |
withTemplateName(String templateName)
The name of the configuration template to delete.
|
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 DeleteConfigurationTemplateRequest()
public DeleteConfigurationTemplateRequest(String applicationName, String templateName)
applicationName
- The name of the application to delete the configuration template from.templateName
- The name of the configuration template to delete.public void setApplicationName(String applicationName)
The name of the application to delete the configuration template from.
applicationName
- The name of the application to delete the configuration template from.public String getApplicationName()
The name of the application to delete the configuration template from.
public DeleteConfigurationTemplateRequest withApplicationName(String applicationName)
The name of the application to delete the configuration template from.
applicationName
- The name of the application to delete the configuration template from.public void setTemplateName(String templateName)
The name of the configuration template to delete.
templateName
- The name of the configuration template to delete.public String getTemplateName()
The name of the configuration template to delete.
public DeleteConfigurationTemplateRequest withTemplateName(String templateName)
The name of the configuration template to delete.
templateName
- The name of the configuration template to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteConfigurationTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.