@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationOverviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeOrganizationOverviewRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationOverviewRequest |
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.
|
Date |
getFromTime()
The start of the time range passed in.
|
List<String> |
getOrganizationalUnitIds()
The ID of the organizational unit.
|
Date |
getToTime()
The end of the time range passed in.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
|
void |
setFromTime(Date fromTime)
The start of the time range passed in.
|
void |
setOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
|
void |
setToTime(Date toTime)
The end of the time range passed in.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationOverviewRequest |
withAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
|
DescribeOrganizationOverviewRequest |
withAccountIds(String... accountIds)
The ID of the Amazon Web Services account.
|
DescribeOrganizationOverviewRequest |
withFromTime(Date fromTime)
The start of the time range passed in.
|
DescribeOrganizationOverviewRequest |
withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
|
DescribeOrganizationOverviewRequest |
withOrganizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
|
DescribeOrganizationOverviewRequest |
withToTime(Date toTime)
The end of the time range passed in.
|
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 void setFromTime(Date fromTime)
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
fromTime
- The start of the time range passed in. The start time granularity is at the day level. The floor of the
start time is used. Returned information occurred after this day.public Date getFromTime()
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
public DescribeOrganizationOverviewRequest withFromTime(Date fromTime)
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
fromTime
- The start of the time range passed in. The start time granularity is at the day level. The floor of the
start time is used. Returned information occurred after this day.public void setToTime(Date toTime)
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
toTime
- The end of the time range passed in. The start time granularity is at the day level. The floor of the
start time is used. Returned information occurred before this day. If this is not specified, then the
current day is used.public Date getToTime()
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
public DescribeOrganizationOverviewRequest withToTime(Date toTime)
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
toTime
- The end of the time range passed in. The start time granularity is at the day level. The floor of the
start time is used. Returned information occurred before this day. If this is not specified, then the
current day is used.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 DescribeOrganizationOverviewRequest 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 DescribeOrganizationOverviewRequest 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 DescribeOrganizationOverviewRequest 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 DescribeOrganizationOverviewRequest 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 DescribeOrganizationOverviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()