com.amazonaws.services.elasticbeanstalk.model
Class DescribeConfigurationSettingsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationSettingsRequest

public class DescribeConfigurationSettingsRequest
extends AmazonWebServiceRequest

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

See Also:
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

DescribeConfigurationSettingsRequest

public DescribeConfigurationSettingsRequest()
Default constructor for a new DescribeConfigurationSettingsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


DescribeConfigurationSettingsRequest

public DescribeConfigurationSettingsRequest(String applicationName)
Constructs a new DescribeConfigurationSettingsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
applicationName - The application for the environment or configuration template.
Method Detail

getApplicationName

public String getApplicationName()
The application for the environment or configuration template.

Constraints:
Length: 1 - 100

Returns:
The application for the environment or configuration template.

setApplicationName

public void setApplicationName(String applicationName)
The application for the environment or configuration template.

Constraints:
Length: 1 - 100

Parameters:
applicationName - The application for the environment or configuration template.

withApplicationName

public DescribeConfigurationSettingsRequest withApplicationName(String applicationName)
The application for the environment or configuration template.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 100

Parameters:
applicationName - The application for the environment or configuration template.
Returns:
A reference to this updated object so that method calls can be chained together.

getTemplateName

public String getTemplateName()
The name of the configuration template to describe.

Constraints:
Length: 1 - 100

Returns:
The name of the configuration template to describe.

setTemplateName

public void setTemplateName(String templateName)
The name of the configuration template to describe.

Constraints:
Length: 1 - 100

Parameters:
templateName - The name of the configuration template to describe.

withTemplateName

public DescribeConfigurationSettingsRequest withTemplateName(String templateName)
The name of the configuration template to describe.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 100

Parameters:
templateName - The name of the configuration template to describe.
Returns:
A reference to this updated object so that method calls can be chained together.

getEnvironmentName

public String getEnvironmentName()
The name of the environment to describe.

Constraints:
Length: 4 - 23

Returns:
The name of the environment to describe.

setEnvironmentName

public void setEnvironmentName(String environmentName)
The name of the environment to describe.

Constraints:
Length: 4 - 23

Parameters:
environmentName - The name of the environment to describe.

withEnvironmentName

public DescribeConfigurationSettingsRequest withEnvironmentName(String environmentName)
The name of the environment to describe.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 4 - 23

Parameters:
environmentName - The name of the environment to describe.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.