|
|||||||
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.DescribeConfigurationSettingsRequest
public class DescribeConfigurationSettingsRequest
Container for the parameters to the DescribeConfigurationSettings operation
.
Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
AWSElasticBeanstalk.describeConfigurationSettings(DescribeConfigurationSettingsRequest)
Constructor Summary | |
---|---|
DescribeConfigurationSettingsRequest()
Default constructor for a new DescribeConfigurationSettingsRequest object. |
|
DescribeConfigurationSettingsRequest(String applicationName)
Constructs a new DescribeConfigurationSettingsRequest object. |
Method Summary | |
---|---|
String |
getApplicationName()
The application for the environment or configuration template. |
String |
getEnvironmentName()
The name of the environment to describe. |
String |
getTemplateName()
The name of the configuration template to describe. |
void |
setApplicationName(String applicationName)
The application for the environment or configuration template. |
void |
setEnvironmentName(String environmentName)
The name of the environment to describe. |
void |
setTemplateName(String templateName)
The name of the configuration template to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeConfigurationSettingsRequest |
withApplicationName(String applicationName)
The application for the environment or configuration template. |
DescribeConfigurationSettingsRequest |
withEnvironmentName(String environmentName)
The name of the environment to describe. |
DescribeConfigurationSettingsRequest |
withTemplateName(String templateName)
The name of the configuration template to describe. |
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 DescribeConfigurationSettingsRequest()
public DescribeConfigurationSettingsRequest(String applicationName)
applicationName
- The application for the environment or
configuration template.Method Detail |
---|
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The application for the environment or configuration template.public DescribeConfigurationSettingsRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The application for the environment or configuration template.
public String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(String templateName)
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template to describe.public DescribeConfigurationSettingsRequest 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 describe.
public String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of the environment to describe.public DescribeConfigurationSettingsRequest withEnvironmentName(String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName
- The name of the environment to describe.
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 |