@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeOrganizationHealthRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationHealthRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
The ID of the Amazon Web Services account.
|
List<String> |
getOrganizationalUnitIds()
The ID of the organizational unit.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
|
void |
setOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationHealthRequest |
withAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
|
DescribeOrganizationHealthRequest |
withAccountIds(String... accountIds)
The ID of the Amazon Web Services account.
|
DescribeOrganizationHealthRequest |
withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
|
DescribeOrganizationHealthRequest |
withOrganizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
|
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, withSdkRequestTimeout
public List<String> getAccountIds()
The ID of the Amazon Web Services account.
public void setAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
accountIds
- The ID of the Amazon Web Services account.public DescribeOrganizationHealthRequest withAccountIds(String... accountIds)
The ID of the Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- The ID of the Amazon Web Services account.public DescribeOrganizationHealthRequest withAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
accountIds
- The ID of the Amazon Web Services account.public List<String> getOrganizationalUnitIds()
The ID of the organizational unit.
public void setOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds
- The ID of the organizational unit.public DescribeOrganizationHealthRequest withOrganizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationalUnitIds(java.util.Collection)
or
withOrganizationalUnitIds(java.util.Collection)
if you want to override the existing values.
organizationalUnitIds
- The ID of the organizational unit.public DescribeOrganizationHealthRequest withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds
- The ID of the organizational unit.public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationHealthRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()