|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.DeleteConfigurationTemplateRequest
public class DeleteConfigurationTemplateRequest
Container for the parameters to the 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.
AWSElasticBeanstalk.deleteConfigurationTemplate(DeleteConfigurationTemplateRequest)
Constructor Summary | |
---|---|
DeleteConfigurationTemplateRequest()
Default constructor for a new DeleteConfigurationTemplateRequest object. |
|
DeleteConfigurationTemplateRequest(String applicationName,
String templateName)
Constructs a new DeleteConfigurationTemplateRequest object. |
Method Summary | |
---|---|
String |
getApplicationName()
The name of the application to delete the configuration template from. |
String |
getTemplateName()
The name of the configuration template to delete. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |