public class DeleteConfigurationTemplateRequest extends AmazonWebServiceRequest implements Serializable
DeleteConfigurationTemplate operation
.
Deletes the specified configuration template.
NOTE:When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.
NOOP
Constructor and Description |
---|
DeleteConfigurationTemplateRequest()
Default constructor for a new DeleteConfigurationTemplateRequest object.
|
DeleteConfigurationTemplateRequest(String applicationName,
String templateName)
Constructs a new DeleteConfigurationTemplateRequest object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application to delete the configuration template from.public DeleteConfigurationTemplateRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The name of the application to delete the configuration template from.public String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(String templateName)
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template to delete.public DeleteConfigurationTemplateRequest withTemplateName(String templateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template to delete.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.