Class ResaleAuthorizationFilters
- java.lang.Object
-
- software.amazon.awssdk.services.marketplacecatalog.model.ResaleAuthorizationFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResaleAuthorizationFilters.Builder,ResaleAuthorizationFilters>
@Generated("software.amazon.awssdk:codegen") public final class ResaleAuthorizationFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResaleAuthorizationFilters.Builder,ResaleAuthorizationFilters>
A filter for ResaleAuthorization entity.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResaleAuthorizationFilters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResaleAuthorizationAvailabilityEndDateFilteravailabilityEndDate()Allows filtering on theAvailabilityEndDateof a ResaleAuthorization.static ResaleAuthorizationFilters.Builderbuilder()ResaleAuthorizationCreatedDateFiltercreatedDate()Allows filtering on theCreatedDateof a ResaleAuthorization.ResaleAuthorizationEntityIdFilterentityId()Allows filtering on theEntityIdof a ResaleAuthorization.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResaleAuthorizationLastModifiedDateFilterlastModifiedDate()Allows filtering on theLastModifiedDateof a ResaleAuthorization.ResaleAuthorizationManufacturerAccountIdFiltermanufacturerAccountId()Allows filtering on theManufacturerAccountIdof a ResaleAuthorization.ResaleAuthorizationManufacturerLegalNameFiltermanufacturerLegalName()Allows filtering on theManufacturerLegalNameof a ResaleAuthorization.ResaleAuthorizationNameFiltername()Allows filtering on theNameof a ResaleAuthorization.ResaleAuthorizationOfferExtendedStatusFilterofferExtendedStatus()Allows filtering on theOfferExtendedStatusof a ResaleAuthorization.ResaleAuthorizationProductIdFilterproductId()Allows filtering on theProductIdof a ResaleAuthorization.ResaleAuthorizationProductNameFilterproductName()Allows filtering on theProductNameof a ResaleAuthorization.ResaleAuthorizationResellerAccountIDFilterresellerAccountID()Allows filtering on theResellerAccountIDof a ResaleAuthorization.ResaleAuthorizationResellerLegalNameFilterresellerLegalName()Allows filtering on theResellerLegalNameof a ResaleAuthorization.List<SdkField<?>>sdkFields()static Class<? extends ResaleAuthorizationFilters.Builder>serializableBuilderClass()ResaleAuthorizationStatusFilterstatus()Allows filtering on theStatusof a ResaleAuthorization.ResaleAuthorizationFilters.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
-
entityId
public final ResaleAuthorizationEntityIdFilter entityId()
Allows filtering on the
EntityIdof a ResaleAuthorization.- Returns:
- Allows filtering on the
EntityIdof a ResaleAuthorization.
-
name
public final ResaleAuthorizationNameFilter name()
Allows filtering on the
Nameof a ResaleAuthorization.- Returns:
- Allows filtering on the
Nameof a ResaleAuthorization.
-
productId
public final ResaleAuthorizationProductIdFilter productId()
Allows filtering on the
ProductIdof a ResaleAuthorization.- Returns:
- Allows filtering on the
ProductIdof a ResaleAuthorization.
-
createdDate
public final ResaleAuthorizationCreatedDateFilter createdDate()
Allows filtering on the
CreatedDateof a ResaleAuthorization.- Returns:
- Allows filtering on the
CreatedDateof a ResaleAuthorization.
-
availabilityEndDate
public final ResaleAuthorizationAvailabilityEndDateFilter availabilityEndDate()
Allows filtering on the
AvailabilityEndDateof a ResaleAuthorization.- Returns:
- Allows filtering on the
AvailabilityEndDateof a ResaleAuthorization.
-
manufacturerAccountId
public final ResaleAuthorizationManufacturerAccountIdFilter manufacturerAccountId()
Allows filtering on the
ManufacturerAccountIdof a ResaleAuthorization.- Returns:
- Allows filtering on the
ManufacturerAccountIdof a ResaleAuthorization.
-
productName
public final ResaleAuthorizationProductNameFilter productName()
Allows filtering on the
ProductNameof a ResaleAuthorization.- Returns:
- Allows filtering on the
ProductNameof a ResaleAuthorization.
-
manufacturerLegalName
public final ResaleAuthorizationManufacturerLegalNameFilter manufacturerLegalName()
Allows filtering on the
ManufacturerLegalNameof a ResaleAuthorization.- Returns:
- Allows filtering on the
ManufacturerLegalNameof a ResaleAuthorization.
-
resellerAccountID
public final ResaleAuthorizationResellerAccountIDFilter resellerAccountID()
Allows filtering on the
ResellerAccountIDof a ResaleAuthorization.- Returns:
- Allows filtering on the
ResellerAccountIDof a ResaleAuthorization.
-
resellerLegalName
public final ResaleAuthorizationResellerLegalNameFilter resellerLegalName()
Allows filtering on the
ResellerLegalNameof a ResaleAuthorization.- Returns:
- Allows filtering on the
ResellerLegalNameof a ResaleAuthorization.
-
status
public final ResaleAuthorizationStatusFilter status()
Allows filtering on the
Statusof a ResaleAuthorization.- Returns:
- Allows filtering on the
Statusof a ResaleAuthorization.
-
offerExtendedStatus
public final ResaleAuthorizationOfferExtendedStatusFilter offerExtendedStatus()
Allows filtering on the
OfferExtendedStatusof a ResaleAuthorization.- Returns:
- Allows filtering on the
OfferExtendedStatusof a ResaleAuthorization.
-
lastModifiedDate
public final ResaleAuthorizationLastModifiedDateFilter lastModifiedDate()
Allows filtering on the
LastModifiedDateof a ResaleAuthorization.- Returns:
- Allows filtering on the
LastModifiedDateof a ResaleAuthorization.
-
toBuilder
public ResaleAuthorizationFilters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResaleAuthorizationFilters.Builder,ResaleAuthorizationFilters>
-
builder
public static ResaleAuthorizationFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResaleAuthorizationFilters.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.
-
-