ToCopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
@Generated("software.amazon.awssdk:codegen") public class ViewBillingResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
The ViewBilling response includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ViewBillingResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<BillingRecord> |
billingRecords() |
A summary of billing records.
|
static ViewBillingResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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 . |
static Class<? extends ViewBillingResponse.Builder> |
serializableBuilderClass() |
|
ViewBillingResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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
.
MaxItems
in the request, submit
another request and include the value of NextPageMarker
in the value of Marker
.public List<BillingRecord> billingRecords()
A summary of billing records.
public ViewBillingResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
public static ViewBillingResponse.Builder builder()
public static Class<? extends ViewBillingResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.