@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ViewBillingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The ViewBilling response includes the following elements.
Constructor and Description |
---|
ViewBillingResult() |
Modifier and Type | Method and Description |
---|---|
ViewBillingResult |
clone() |
boolean |
equals(Object obj) |
List<BillingRecord> |
getBillingRecords()
A summary of billing records.
|
String |
getNextPageMarker()
If there are more billing records than you specified for
MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker . |
int |
hashCode() |
void |
setBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
|
void |
setNextPageMarker(String nextPageMarker)
If there are more billing records than you specified for
MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ViewBillingResult |
withBillingRecords(BillingRecord... billingRecords)
A summary of billing records.
|
ViewBillingResult |
withBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
|
ViewBillingResult |
withNextPageMarker(String nextPageMarker)
If there are more billing records than you specified for
MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextPageMarker(String nextPageMarker)
If there are more billing records than you specified for MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
nextPageMarker
- If there are more billing records than you specified for MaxItems
in the request, submit
another request and include the value of NextPageMarker
in the value of Marker
.public String getNextPageMarker()
If there are more billing records than you specified for MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
MaxItems
in the request, submit
another request and include the value of NextPageMarker
in the value of Marker
.public ViewBillingResult withNextPageMarker(String nextPageMarker)
If there are more billing records than you specified for MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
nextPageMarker
- If there are more billing records than you specified for MaxItems
in the request, submit
another request and include the value of NextPageMarker
in the value of Marker
.public List<BillingRecord> getBillingRecords()
A summary of billing records.
public void setBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
billingRecords
- A summary of billing records.public ViewBillingResult withBillingRecords(BillingRecord... billingRecords)
A summary of billing records.
NOTE: This method appends the values to the existing list (if any). Use
setBillingRecords(java.util.Collection)
or withBillingRecords(java.util.Collection)
if you want
to override the existing values.
billingRecords
- A summary of billing records.public ViewBillingResult withBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
billingRecords
- A summary of billing records.public String toString()
toString
in class Object
Object.toString()
public ViewBillingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.