@Generated(value="software.amazon.awssdk:codegen") public final class ListResourcesAssociatedToCustomLineItemResponseElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemResponseElement.Builder,ListResourcesAssociatedToCustomLineItemResponseElement>
A representation of a resource association for a custom line item.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the associated resource.
|
static ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
builder() |
String |
endBillingPeriod()
The end billing period of the associated resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CustomLineItemRelationship |
relationship()
The type of relationship between the custom line item and the associated resource.
|
String |
relationshipAsString()
The type of relationship between the custom line item and the associated resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResourcesAssociatedToCustomLineItemResponseElement.Builder> |
serializableBuilderClass() |
ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the associated resource.
public final CustomLineItemRelationship relationship()
The type of relationship between the custom line item and the associated resource.
If the service returns an enum value that is not available in the current SDK version, relationship will
return CustomLineItemRelationship.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from relationshipAsString().
CustomLineItemRelationshippublic final String relationshipAsString()
The type of relationship between the custom line item and the associated resource.
If the service returns an enum value that is not available in the current SDK version, relationship will
return CustomLineItemRelationship.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from relationshipAsString().
CustomLineItemRelationshippublic final String endBillingPeriod()
The end billing period of the associated resource.
public ListResourcesAssociatedToCustomLineItemResponseElement.Builder toBuilder()
public static ListResourcesAssociatedToCustomLineItemResponseElement.Builder builder()
public static Class<? extends ListResourcesAssociatedToCustomLineItemResponseElement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.