|
|||||||
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.DescribeEnvironmentResourcesRequest
public class DescribeEnvironmentResourcesRequest
Container for the parameters to the DescribeEnvironmentResources operation
.
Returns AWS resources for this environment.
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 |
---|
public DescribeEnvironmentResourcesRequest()
Method Detail |
---|
public String getEnvironmentId()
public void setEnvironmentId(String environmentId)
environmentId
- The ID of the environment to retrieve AWS resource usage data.public DescribeEnvironmentResourcesRequest withEnvironmentId(String environmentId)
Returns a reference to this object so that method calls can be chained together.
environmentId
- The ID of the environment to retrieve AWS resource usage data.
public String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of the environment to retrieve AWS resource usage data.public DescribeEnvironmentResourcesRequest 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 retrieve AWS resource usage data.
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 |