@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 final String billingGroupName()
The name of the billing group.
public final String billingGroupId()
The ID of the billing group.
public final String billingGroupArn()
The ARN of the billing group.
public final Long version()
The version of the billing group.
public final BillingGroupProperties billingGroupProperties()
The properties of the billing group.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.