public class DeleteConfigurationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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.