@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountOverviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAccountOverviewRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountOverviewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getFromTime()
The start of the time range passed in.
|
Date |
getToTime()
The end of the time range passed in.
|
int |
hashCode() |
void |
setFromTime(Date fromTime)
The start of the time range passed in.
|
void |
setToTime(Date toTime)
The end of the time range passed in.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountOverviewRequest |
withFromTime(Date fromTime)
The start of the time range passed in.
|
DescribeAccountOverviewRequest |
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 DescribeAccountOverviewRequest 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 DescribeAccountOverviewRequest 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 String toString()
toString
in class Object
Object.toString()
public DescribeAccountOverviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()