public class DeleteConfigurationTemplateRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to delete a configuration template.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
applicationName
The name of the application to delete the configuration template from.
|
private java.lang.String |
templateName
The name of the configuration template to delete.
|
NOOP
Constructor and Description |
---|
DeleteConfigurationTemplateRequest()
Default constructor for DeleteConfigurationTemplateRequest object.
|
DeleteConfigurationTemplateRequest(java.lang.String applicationName,
java.lang.String templateName)
Constructs a new DeleteConfigurationTemplateRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationTemplateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application to delete the configuration template from.
|
java.lang.String |
getTemplateName()
The name of the configuration template to delete.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application to delete the configuration template from.
|
void |
setTemplateName(java.lang.String templateName)
The name of the configuration template to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteConfigurationTemplateRequest |
withApplicationName(java.lang.String applicationName)
The name of the application to delete the configuration template from.
|
DeleteConfigurationTemplateRequest |
withTemplateName(java.lang.String templateName)
The name of the configuration template to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String applicationName
The name of the application to delete the configuration template from.
private java.lang.String templateName
The name of the configuration template to delete.
public DeleteConfigurationTemplateRequest()
public DeleteConfigurationTemplateRequest(java.lang.String applicationName, java.lang.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(java.lang.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 java.lang.String getApplicationName()
The name of the application to delete the configuration template from.
public DeleteConfigurationTemplateRequest withApplicationName(java.lang.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(java.lang.String templateName)
The name of the configuration template to delete.
templateName
- The name of the configuration template to delete.public java.lang.String getTemplateName()
The name of the configuration template to delete.
public DeleteConfigurationTemplateRequest withTemplateName(java.lang.String templateName)
The name of the configuration template to delete.
templateName
- The name of the configuration template to delete.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteConfigurationTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()