@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ViewBillingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ViewBilling request includes the following elements.
NOOP
Constructor and Description |
---|
ViewBillingRequest() |
Modifier and Type | Method and Description |
---|---|
ViewBillingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEnd()
The end date and time for the time period for which you want a list of billing records.
|
String |
getMarker()
For an initial request for a list of billing records, omit this element.
|
Integer |
getMaxItems()
The number of billing records to be returned.
|
Date |
getStart()
The beginning date and time for the time period for which you want a list of billing records.
|
int |
hashCode() |
void |
setEnd(Date end)
The end date and time for the time period for which you want a list of billing records.
|
void |
setMarker(String marker)
For an initial request for a list of billing records, omit this element.
|
void |
setMaxItems(Integer maxItems)
The number of billing records to be returned.
|
void |
setStart(Date start)
The beginning date and time for the time period for which you want a list of billing records.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ViewBillingRequest |
withEnd(Date end)
The end date and time for the time period for which you want a list of billing records.
|
ViewBillingRequest |
withMarker(String marker)
For an initial request for a list of billing records, omit this element.
|
ViewBillingRequest |
withMaxItems(Integer maxItems)
The number of billing records to be returned.
|
ViewBillingRequest |
withStart(Date start)
The beginning date and time for the time period for which you want a list of billing records.
|
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 setStart(Date start)
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
start
- The beginning date and time for the time period for which you want a list of billing records. Specify the
date in Unix time format.public Date getStart()
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
public ViewBillingRequest withStart(Date start)
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
start
- The beginning date and time for the time period for which you want a list of billing records. Specify the
date in Unix time format.public void setEnd(Date end)
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
end
- The end date and time for the time period for which you want a list of billing records. Specify the date
in Unix time format.public Date getEnd()
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
public ViewBillingRequest withEnd(Date end)
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
end
- The end date and time for the time period for which you want a list of billing records. Specify the date
in Unix time format.public void setMarker(String marker)
For an initial request for a list of billing records, omit this element. If the number of billing records that
are associated with the current AWS account during the specified period is greater than the value that you
specified for MaxItems
, you can use Marker
to return additional billing records. Get
the value of NextPageMarker
from the previous response, and submit another request that includes the
value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value of NextPageMarker
that was returned in the previous
response.
marker
- For an initial request for a list of billing records, omit this element. If the number of billing records
that are associated with the current AWS account during the specified period is greater than the value
that you specified for MaxItems
, you can use Marker
to return additional billing
records. Get the value of NextPageMarker
from the previous response, and submit another
request that includes the value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value of NextPageMarker
that was returned in the
previous response.
public String getMarker()
For an initial request for a list of billing records, omit this element. If the number of billing records that
are associated with the current AWS account during the specified period is greater than the value that you
specified for MaxItems
, you can use Marker
to return additional billing records. Get
the value of NextPageMarker
from the previous response, and submit another request that includes the
value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value of NextPageMarker
that was returned in the previous
response.
MaxItems
, you can use Marker
to return additional
billing records. Get the value of NextPageMarker
from the previous response, and submit
another request that includes the value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value of NextPageMarker
that was returned in the
previous response.
public ViewBillingRequest withMarker(String marker)
For an initial request for a list of billing records, omit this element. If the number of billing records that
are associated with the current AWS account during the specified period is greater than the value that you
specified for MaxItems
, you can use Marker
to return additional billing records. Get
the value of NextPageMarker
from the previous response, and submit another request that includes the
value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value of NextPageMarker
that was returned in the previous
response.
marker
- For an initial request for a list of billing records, omit this element. If the number of billing records
that are associated with the current AWS account during the specified period is greater than the value
that you specified for MaxItems
, you can use Marker
to return additional billing
records. Get the value of NextPageMarker
from the previous response, and submit another
request that includes the value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value of NextPageMarker
that was returned in the
previous response.
public void setMaxItems(Integer maxItems)
The number of billing records to be returned.
Default: 20
maxItems
- The number of billing records to be returned.
Default: 20
public Integer getMaxItems()
The number of billing records to be returned.
Default: 20
Default: 20
public ViewBillingRequest withMaxItems(Integer maxItems)
The number of billing records to be returned.
Default: 20
maxItems
- The number of billing records to be returned.
Default: 20
public String toString()
toString
in class Object
Object.toString()
public ViewBillingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.