@Generated(value="software.amazon.awssdk:codegen") public final class UpdateCustomLineItemResponse extends BillingconductorResponse implements ToCopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateCustomLineItemResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the successfully updated custom line item.
|
Long |
associationSize()
The number of resources that are associated to the custom line item.
|
String |
billingGroupArn()
The ARN of the billing group that the custom line item is applied to.
|
static UpdateCustomLineItemResponse.Builder |
builder() |
ListCustomLineItemChargeDetails |
chargeDetails()
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
String |
description()
The description of the successfully updated custom line item.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
lastModifiedTime()
The most recent time when the custom line item was modified.
|
String |
name()
The name of the successfully updated custom line item.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateCustomLineItemResponse.Builder> |
serializableBuilderClass() |
UpdateCustomLineItemResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the successfully updated custom line item.
public final String billingGroupArn()
The ARN of the billing group that the custom line item is applied to.
public final String name()
The name of the successfully updated custom line item.
public final String description()
The description of the successfully updated custom line item.
public final ListCustomLineItemChargeDetails chargeDetails()
A ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item.
ListCustomLineItemChargeDetails containing the charge details of the successfully updated
custom line item.public final Long lastModifiedTime()
The most recent time when the custom line item was modified.
public final Long associationSize()
The number of resources that are associated to the custom line item.
public UpdateCustomLineItemResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>toBuilder in class AwsResponsepublic static UpdateCustomLineItemResponse.Builder builder()
public static Class<? extends UpdateCustomLineItemResponse.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.