@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEntityAggregatesForOrganizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeEntityAggregatesForOrganizationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeEntityAggregatesForOrganizationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getAwsAccountIds()
 A list of 12-digit Amazon Web Services account numbers that contains the affected entities. | 
| List<String> | getEventArns()
 A list of event ARNs (unique identifiers). | 
| int | hashCode() | 
| void | setAwsAccountIds(Collection<String> awsAccountIds)
 A list of 12-digit Amazon Web Services account numbers that contains the affected entities. | 
| void | setEventArns(Collection<String> eventArns)
 A list of event ARNs (unique identifiers). | 
| String | toString()Returns a string representation of this object. | 
| DescribeEntityAggregatesForOrganizationRequest | withAwsAccountIds(Collection<String> awsAccountIds)
 A list of 12-digit Amazon Web Services account numbers that contains the affected entities. | 
| DescribeEntityAggregatesForOrganizationRequest | withAwsAccountIds(String... awsAccountIds)
 A list of 12-digit Amazon Web Services account numbers that contains the affected entities. | 
| DescribeEntityAggregatesForOrganizationRequest | withEventArns(Collection<String> eventArns)
 A list of event ARNs (unique identifiers). | 
| DescribeEntityAggregatesForOrganizationRequest | withEventArns(String... eventArns)
 A list of event ARNs (unique identifiers). | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeEntityAggregatesForOrganizationRequest()
public List<String> getEventArns()
 A list of event ARNs (unique identifiers). For example:
 "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
 
"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"public void setEventArns(Collection<String> eventArns)
 A list of event ARNs (unique identifiers). For example:
 "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
 
eventArns - A list of event ARNs (unique identifiers). For example:
        "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"public DescribeEntityAggregatesForOrganizationRequest withEventArns(String... eventArns)
 A list of event ARNs (unique identifiers). For example:
 "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
 
 NOTE: This method appends the values to the existing list (if any). Use
 setEventArns(java.util.Collection) or withEventArns(java.util.Collection) if you want to
 override the existing values.
 
eventArns - A list of event ARNs (unique identifiers). For example:
        "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"public DescribeEntityAggregatesForOrganizationRequest withEventArns(Collection<String> eventArns)
 A list of event ARNs (unique identifiers). For example:
 "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
 
eventArns - A list of event ARNs (unique identifiers). For example:
        "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"public List<String> getAwsAccountIds()
A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
public void setAwsAccountIds(Collection<String> awsAccountIds)
A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
awsAccountIds - A list of 12-digit Amazon Web Services account numbers that contains the affected entities.public DescribeEntityAggregatesForOrganizationRequest withAwsAccountIds(String... awsAccountIds)
A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
 NOTE: This method appends the values to the existing list (if any). Use
 setAwsAccountIds(java.util.Collection) or withAwsAccountIds(java.util.Collection) if you want
 to override the existing values.
 
awsAccountIds - A list of 12-digit Amazon Web Services account numbers that contains the affected entities.public DescribeEntityAggregatesForOrganizationRequest withAwsAccountIds(Collection<String> awsAccountIds)
A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
awsAccountIds - A list of 12-digit Amazon Web Services account numbers that contains the affected entities.public String toString()
toString in class ObjectObject.toString()public DescribeEntityAggregatesForOrganizationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()