@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerProductFilters extends Object implements Serializable, Cloneable, StructuredPojo
Object containing all the filter fields for container products. Client can add a maximum of 8 filters in a single
ListEntities request.
| Constructor and Description |
|---|
ContainerProductFilters() |
| Modifier and Type | Method and Description |
|---|---|
ContainerProductFilters |
clone() |
boolean |
equals(Object obj) |
ContainerProductEntityIdFilter |
getEntityId()
Unique identifier for the container product.
|
ContainerProductLastModifiedDateFilter |
getLastModifiedDate()
The last date on which the container product was modified.
|
ContainerProductTitleFilter |
getProductTitle()
The title of the container product.
|
ContainerProductVisibilityFilter |
getVisibility()
The visibility of the container product.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEntityId(ContainerProductEntityIdFilter entityId)
Unique identifier for the container product.
|
void |
setLastModifiedDate(ContainerProductLastModifiedDateFilter lastModifiedDate)
The last date on which the container product was modified.
|
void |
setProductTitle(ContainerProductTitleFilter productTitle)
The title of the container product.
|
void |
setVisibility(ContainerProductVisibilityFilter visibility)
The visibility of the container product.
|
String |
toString()
Returns a string representation of this object.
|
ContainerProductFilters |
withEntityId(ContainerProductEntityIdFilter entityId)
Unique identifier for the container product.
|
ContainerProductFilters |
withLastModifiedDate(ContainerProductLastModifiedDateFilter lastModifiedDate)
The last date on which the container product was modified.
|
ContainerProductFilters |
withProductTitle(ContainerProductTitleFilter productTitle)
The title of the container product.
|
ContainerProductFilters |
withVisibility(ContainerProductVisibilityFilter visibility)
The visibility of the container product.
|
public void setEntityId(ContainerProductEntityIdFilter entityId)
Unique identifier for the container product.
entityId - Unique identifier for the container product.public ContainerProductEntityIdFilter getEntityId()
Unique identifier for the container product.
public ContainerProductFilters withEntityId(ContainerProductEntityIdFilter entityId)
Unique identifier for the container product.
entityId - Unique identifier for the container product.public void setLastModifiedDate(ContainerProductLastModifiedDateFilter lastModifiedDate)
The last date on which the container product was modified.
lastModifiedDate - The last date on which the container product was modified.public ContainerProductLastModifiedDateFilter getLastModifiedDate()
The last date on which the container product was modified.
public ContainerProductFilters withLastModifiedDate(ContainerProductLastModifiedDateFilter lastModifiedDate)
The last date on which the container product was modified.
lastModifiedDate - The last date on which the container product was modified.public void setProductTitle(ContainerProductTitleFilter productTitle)
The title of the container product.
productTitle - The title of the container product.public ContainerProductTitleFilter getProductTitle()
The title of the container product.
public ContainerProductFilters withProductTitle(ContainerProductTitleFilter productTitle)
The title of the container product.
productTitle - The title of the container product.public void setVisibility(ContainerProductVisibilityFilter visibility)
The visibility of the container product.
visibility - The visibility of the container product.public ContainerProductVisibilityFilter getVisibility()
The visibility of the container product.
public ContainerProductFilters withVisibility(ContainerProductVisibilityFilter visibility)
The visibility of the container product.
visibility - The visibility of the container product.public String toString()
toString in class ObjectObject.toString()public ContainerProductFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.