Class ListResourcesAssociatedToCustomLineItemFilter
- java.lang.Object
-
- software.amazon.awssdk.services.billingconductor.model.ListResourcesAssociatedToCustomLineItemFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemFilter.Builder,ListResourcesAssociatedToCustomLineItemFilter>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListResourcesAssociatedToCustomLineItemFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListResourcesAssociatedToCustomLineItemFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CustomLineItemRelationshiprelationship()The type of relationship between the custom line item and the associated resource.StringrelationshipAsString()The type of relationship between the custom line item and the associated resource.List<SdkField<?>>sdkFields()static Class<? extends ListResourcesAssociatedToCustomLineItemFilter.Builder>serializableBuilderClass()ListResourcesAssociatedToCustomLineItemFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
relationship
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,
relationshipwill returnCustomLineItemRelationship.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelationshipAsString().- Returns:
- The type of relationship between the custom line item and the associated resource.
- See Also:
CustomLineItemRelationship
-
relationshipAsString
public 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,
relationshipwill returnCustomLineItemRelationship.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelationshipAsString().- Returns:
- The type of relationship between the custom line item and the associated resource.
- See Also:
CustomLineItemRelationship
-
toBuilder
public ListResourcesAssociatedToCustomLineItemFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListResourcesAssociatedToCustomLineItemFilter.Builder,ListResourcesAssociatedToCustomLineItemFilter>
-
builder
public static ListResourcesAssociatedToCustomLineItemFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListResourcesAssociatedToCustomLineItemFilter.Builder> serializableBuilderClass()
-
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.
-
-