@Generated(value="software.amazon.awssdk:codegen") public final class ListResourcesAssociatedToCustomLineItemFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemFilter.Builder,ListResourcesAssociatedToCustomLineItemFilter>
A filter that specifies the type of resource associations that should be retrieved for a custom line item.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourcesAssociatedToCustomLineItemFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResourcesAssociatedToCustomLineItemFilter.Builder |
builder() |
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 ListResourcesAssociatedToCustomLineItemFilter.Builder> |
serializableBuilderClass() |
ListResourcesAssociatedToCustomLineItemFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 ListResourcesAssociatedToCustomLineItemFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemFilter.Builder,ListResourcesAssociatedToCustomLineItemFilter>public static ListResourcesAssociatedToCustomLineItemFilter.Builder builder()
public static Class<? extends ListResourcesAssociatedToCustomLineItemFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.