@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityTypeSort extends Object implements Serializable, Cloneable, StructuredPojo
Object containing all the sort fields per entity type.
| Constructor and Description |
|---|
EntityTypeSort() |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeSort |
clone() |
boolean |
equals(Object obj) |
AmiProductSort |
getAmiProductSort()
A sort for AMI products.
|
ContainerProductSort |
getContainerProductSort()
A sort for container products.
|
DataProductSort |
getDataProductSort()
A sort for data products.
|
OfferSort |
getOfferSort()
A sort for offers.
|
ResaleAuthorizationSort |
getResaleAuthorizationSort()
A sort for Resale Authorizations.
|
SaaSProductSort |
getSaaSProductSort()
A sort for SaaS products.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAmiProductSort(AmiProductSort amiProductSort)
A sort for AMI products.
|
void |
setContainerProductSort(ContainerProductSort containerProductSort)
A sort for container products.
|
void |
setDataProductSort(DataProductSort dataProductSort)
A sort for data products.
|
void |
setOfferSort(OfferSort offerSort)
A sort for offers.
|
void |
setResaleAuthorizationSort(ResaleAuthorizationSort resaleAuthorizationSort)
A sort for Resale Authorizations.
|
void |
setSaaSProductSort(SaaSProductSort saaSProductSort)
A sort for SaaS products.
|
String |
toString()
Returns a string representation of this object.
|
EntityTypeSort |
withAmiProductSort(AmiProductSort amiProductSort)
A sort for AMI products.
|
EntityTypeSort |
withContainerProductSort(ContainerProductSort containerProductSort)
A sort for container products.
|
EntityTypeSort |
withDataProductSort(DataProductSort dataProductSort)
A sort for data products.
|
EntityTypeSort |
withOfferSort(OfferSort offerSort)
A sort for offers.
|
EntityTypeSort |
withResaleAuthorizationSort(ResaleAuthorizationSort resaleAuthorizationSort)
A sort for Resale Authorizations.
|
EntityTypeSort |
withSaaSProductSort(SaaSProductSort saaSProductSort)
A sort for SaaS products.
|
public void setDataProductSort(DataProductSort dataProductSort)
A sort for data products.
dataProductSort - A sort for data products.public DataProductSort getDataProductSort()
A sort for data products.
public EntityTypeSort withDataProductSort(DataProductSort dataProductSort)
A sort for data products.
dataProductSort - A sort for data products.public void setSaaSProductSort(SaaSProductSort saaSProductSort)
A sort for SaaS products.
saaSProductSort - A sort for SaaS products.public SaaSProductSort getSaaSProductSort()
A sort for SaaS products.
public EntityTypeSort withSaaSProductSort(SaaSProductSort saaSProductSort)
A sort for SaaS products.
saaSProductSort - A sort for SaaS products.public void setAmiProductSort(AmiProductSort amiProductSort)
A sort for AMI products.
amiProductSort - A sort for AMI products.public AmiProductSort getAmiProductSort()
A sort for AMI products.
public EntityTypeSort withAmiProductSort(AmiProductSort amiProductSort)
A sort for AMI products.
amiProductSort - A sort for AMI products.public void setOfferSort(OfferSort offerSort)
A sort for offers.
offerSort - A sort for offers.public OfferSort getOfferSort()
A sort for offers.
public EntityTypeSort withOfferSort(OfferSort offerSort)
A sort for offers.
offerSort - A sort for offers.public void setContainerProductSort(ContainerProductSort containerProductSort)
A sort for container products.
containerProductSort - A sort for container products.public ContainerProductSort getContainerProductSort()
A sort for container products.
public EntityTypeSort withContainerProductSort(ContainerProductSort containerProductSort)
A sort for container products.
containerProductSort - A sort for container products.public void setResaleAuthorizationSort(ResaleAuthorizationSort resaleAuthorizationSort)
A sort for Resale Authorizations.
resaleAuthorizationSort - A sort for Resale Authorizations.public ResaleAuthorizationSort getResaleAuthorizationSort()
A sort for Resale Authorizations.
public EntityTypeSort withResaleAuthorizationSort(ResaleAuthorizationSort resaleAuthorizationSort)
A sort for Resale Authorizations.
resaleAuthorizationSort - A sort for Resale Authorizations.public String toString()
toString in class ObjectObject.toString()public EntityTypeSort clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.