@Generated(value="software.amazon.awssdk:codegen") public class ViewBillingResponse extends Route53DomainsResponse implements ToCopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
The ViewBilling response includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ViewBillingResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<BillingRecord> |
billingRecords()
A summary of billing records.
|
static ViewBillingResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse. |
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() |
sdkHttpResponsecopypublic 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ViewBillingResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>toBuilder in class AwsResponsepublic static ViewBillingResponse.Builder builder()
public static Class<? extends ViewBillingResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponseSdkResponse. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class) method will
again be available.getValueForField in class SdkResponsefieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.