public class DeleteConfigurationTemplateRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
DeleteConfigurationTemplateRequest()
Default constructor for a new DeleteConfigurationTemplateRequest object.
|
DeleteConfigurationTemplateRequest(java.lang.String applicationName,
java.lang.String templateName)
Constructs a new DeleteConfigurationTemplateRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName - The name of the application to delete the configuration template from.public DeleteConfigurationTemplateRequest withApplicationName(java.lang.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 java.lang.String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(java.lang.String templateName)
Constraints:
Length: 1 - 100
templateName - The name of the configuration template to delete.public DeleteConfigurationTemplateRequest withTemplateName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object