primaryAccountId
The account ID that serves as the main account in a billing group.
- Returns:
- The account ID that serves as the main account in a billing group.
SdkPojo
, ToCopyableBuilder<UpdateBillingGroupResponse.Builder,UpdateBillingGroupResponse>
AutoAssociate
) enabled.final String
arn()
builder()
final String
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
SdkResponse
.final int
hashCode()
final Long
final String
name()
final String
final String
static Class<? extends UpdateBillingGroupResponse.Builder>
final Long
size()
final BillingGroupStatus
status()
final String
final String
final String
toString()
responseMetadata
sdkHttpResponse
copy
The Amazon Resource Name (ARN) of the billing group that was updated.
The name of the billing group. The names must be unique to each billing group.
A description of the billing group.
The account ID that serves as the main account in a billing group.
The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.
The number of accounts in the particular billing group.
The most recent time when the billing group was modified.
The status of the billing group. Only one of the valid values can be used.
If the service returns an enum value that is not available in the current SDK version, status
will
return BillingGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
The status of the billing group. Only one of the valid values can be used.
If the service returns an enum value that is not available in the current SDK version, status
will
return BillingGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
The reason why the billing group is in its current status.
Specifies if the billing group has automatic account association (AutoAssociate
) enabled.
AutoAssociate
) enabled.ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateBillingGroupResponse.Builder,UpdateBillingGroupResponse>
toBuilder
in class AwsResponse
hashCode
in class AwsResponse
equals
in class AwsResponse
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withSdkResponse
SdkResponse
. 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 SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.sdkFieldNameToField
in interface SdkPojo