@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
.
Type: String
Parent: BillingRecords
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
.
Type: String
Parent: BillingRecords
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
.
Type: String
Parent: BillingRecords
MaxItems
in the request, submit
another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: BillingRecords
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
.
Type: String
Parent: BillingRecords
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
.
Type: String
Parent: BillingRecords
public List<BillingRecord> getBillingRecords()
A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and
Price
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
public void setBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and
Price
billingRecords
- A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
public ViewBillingResult withBillingRecords(BillingRecord... billingRecords)
A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and
Price
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.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
public ViewBillingResult withBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and
Price
billingRecords
- A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
public String toString()
toString
in class Object
Object.toString()
public ViewBillingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.