@Generated(value="software.amazon.awssdk:codegen") public final class DescribeBillingGroupResponse extends IotResponse implements ToCopyableBuilder<DescribeBillingGroupResponse.Builder,DescribeBillingGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeBillingGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
billingGroupArn()
The ARN of the billing group.
|
String |
billingGroupId()
The ID of the billing group.
|
BillingGroupMetadata |
billingGroupMetadata()
Additional information about the billing group.
|
String |
billingGroupName()
The name of the billing group.
|
BillingGroupProperties |
billingGroupProperties()
The properties of the billing group.
|
static DescribeBillingGroupResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeBillingGroupResponse.Builder> |
serializableBuilderClass() |
DescribeBillingGroupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
version()
The version of the billing group.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String billingGroupName()
The name of the billing group.
public String billingGroupId()
The ID of the billing group.
public String billingGroupArn()
The ARN of the billing group.
public Long version()
The version of the billing group.
public BillingGroupProperties billingGroupProperties()
The properties of the billing group.
public BillingGroupMetadata billingGroupMetadata()
Additional information about the billing group.
public DescribeBillingGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeBillingGroupResponse.Builder,DescribeBillingGroupResponse>toBuilder in class AwsResponsepublic static DescribeBillingGroupResponse.Builder builder()
public static Class<? extends DescribeBillingGroupResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.