@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.
|
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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DeleteConfigurationTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()