Class UpdateCustomLineItemResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse
-
- software.amazon.awssdk.services.billingconductor.model.UpdateCustomLineItemResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateCustomLineItemResponse extends BillingconductorResponse implements ToCopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateCustomLineItemResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the successfully updated custom line item.LongassociationSize()The number of resources that are associated to the custom line item.StringbillingGroupArn()The ARN of the billing group that the custom line item is applied to.static UpdateCustomLineItemResponse.Builderbuilder()ListCustomLineItemChargeDetailschargeDetails()AListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.Stringdescription()The description of the successfully updated custom line item.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LonglastModifiedTime()The most recent time when the custom line item was modified.Stringname()The name of the successfully updated custom line item.List<SdkField<?>>sdkFields()static Class<? extends UpdateCustomLineItemResponse.Builder>serializableBuilderClass()UpdateCustomLineItemResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The ARN of the successfully updated custom line item.
- Returns:
- The ARN of the successfully updated custom line item.
-
billingGroupArn
public final String billingGroupArn()
The ARN of the billing group that the custom line item is applied to.
- Returns:
- The ARN of the billing group that the custom line item is applied to.
-
name
public final String name()
The name of the successfully updated custom line item.
- Returns:
- The name of the successfully updated custom line item.
-
description
public final String description()
The description of the successfully updated custom line item.
- Returns:
- The description of the successfully updated custom line item.
-
chargeDetails
public final ListCustomLineItemChargeDetails chargeDetails()
A
ListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.- Returns:
- A
ListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.
-
lastModifiedTime
public final Long lastModifiedTime()
The most recent time when the custom line item was modified.
- Returns:
- The most recent time when the custom line item was modified.
-
associationSize
public final Long associationSize()
The number of resources that are associated to the custom line item.
- Returns:
- The number of resources that are associated to the custom line item.
-
toBuilder
public UpdateCustomLineItemResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateCustomLineItemResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateCustomLineItemResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-