public class DescribeEnvironmentResourcesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeEnvironmentResources operation.
Returns AWS resources for this environment.
| コンストラクタと説明 |
|---|
DescribeEnvironmentResourcesRequest()
Default constructor for a new DescribeEnvironmentResourcesRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEnvironmentId()
The ID of the environment to retrieve AWS resource usage data.
|
java.lang.String |
getEnvironmentName()
The name of the environment to retrieve AWS resource usage data.
|
int |
hashCode() |
void |
setEnvironmentId(java.lang.String environmentId)
The ID of the environment to retrieve AWS resource usage data.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of the environment to retrieve AWS resource usage data.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEnvironmentResourcesRequest |
withEnvironmentId(java.lang.String environmentId)
The ID of the environment to retrieve AWS resource usage data.
|
DescribeEnvironmentResourcesRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the environment to retrieve AWS resource usage data.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeEnvironmentResourcesRequest()
public java.lang.String getEnvironmentId()
Condition: You must specify either this or an EnvironmentName, or
both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Condition: You must specify either this or an EnvironmentName, or
both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public void setEnvironmentId(java.lang.String environmentId)
Condition: You must specify either this or an EnvironmentName, or
both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
environmentId - The ID of the environment to retrieve AWS resource usage data.
Condition: You must specify either this or an EnvironmentName, or
both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public DescribeEnvironmentResourcesRequest withEnvironmentId(java.lang.String environmentId)
Condition: You must specify either this or an EnvironmentName, or
both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
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.
Condition: You must specify either this or an EnvironmentName, or
both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public java.lang.String getEnvironmentName()
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Constraints:
Length: 4 - 23
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public void setEnvironmentName(java.lang.String environmentName)
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Constraints:
Length: 4 - 23
environmentName - The name of the environment to retrieve AWS resource usage data.
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public DescribeEnvironmentResourcesRequest withEnvironmentName(java.lang.String environmentName)
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
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.
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object