com.amazonaws.services.elasticbeanstalk.model
Class DescribeEnvironmentResourcesRequest

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

public class DescribeEnvironmentResourcesRequest
extends AmazonWebServiceRequest

Container for the parameters to the DescribeEnvironmentResources operation.

Returns AWS resources for this environment.

See Also:
AWSElasticBeanstalk.describeEnvironmentResources(DescribeEnvironmentResourcesRequest)

Constructor Summary
DescribeEnvironmentResourcesRequest()
          Default constructor for a new DescribeEnvironmentResourcesRequest object.
 
Method Summary
 String getEnvironmentId()
          The ID of the environment to retrieve AWS resource usage data.
 String getEnvironmentName()
          The name of the environment to retrieve AWS resource usage data.
 void setEnvironmentId(String environmentId)
          The ID of the environment to retrieve AWS resource usage data.
 void setEnvironmentName(String environmentName)
          The name of the environment to retrieve AWS resource usage data.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeEnvironmentResourcesRequest withEnvironmentId(String environmentId)
          The ID of the environment to retrieve AWS resource usage data.
 DescribeEnvironmentResourcesRequest withEnvironmentName(String environmentName)
          The name of the environment to retrieve AWS resource usage data.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeEnvironmentResourcesRequest

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

Method Detail

getEnvironmentId

public String getEnvironmentId()
The ID of the environment to retrieve AWS resource usage data.

Returns:
The ID of the environment to retrieve AWS resource usage data.

setEnvironmentId

public void setEnvironmentId(String environmentId)
The ID of the environment to retrieve AWS resource usage data.

Parameters:
environmentId - The ID of the environment to retrieve AWS resource usage data.

withEnvironmentId

public DescribeEnvironmentResourcesRequest withEnvironmentId(String environmentId)
The ID of the environment to retrieve AWS resource usage data.

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

Parameters:
environmentId - The ID of the environment to retrieve AWS resource usage data.
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 retrieve AWS resource usage data.

Constraints:
Length: 4 - 23

Returns:
The name of the environment to retrieve AWS resource usage data.

setEnvironmentName

public void setEnvironmentName(String environmentName)
The name of the environment to retrieve AWS resource usage data.

Constraints:
Length: 4 - 23

Parameters:
environmentName - The name of the environment to retrieve AWS resource usage data.

withEnvironmentName

public DescribeEnvironmentResourcesRequest withEnvironmentName(String environmentName)
The name of the environment to retrieve AWS resource usage data.

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 retrieve AWS resource usage data.
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.