@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataProductLastModifiedDateFilter extends Object implements Serializable, Cloneable, StructuredPojo
Object that allows filtering based on the last modified date of data products.
| Constructor and Description |
|---|
DataProductLastModifiedDateFilter() |
| Modifier and Type | Method and Description |
|---|---|
DataProductLastModifiedDateFilter |
clone() |
boolean |
equals(Object obj) |
DataProductLastModifiedDateFilterDateRange |
getDateRange()
Dates between which the data product was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDateRange(DataProductLastModifiedDateFilterDateRange dateRange)
Dates between which the data product was last modified.
|
String |
toString()
Returns a string representation of this object.
|
DataProductLastModifiedDateFilter |
withDateRange(DataProductLastModifiedDateFilterDateRange dateRange)
Dates between which the data product was last modified.
|
public void setDateRange(DataProductLastModifiedDateFilterDateRange dateRange)
Dates between which the data product was last modified.
dateRange - Dates between which the data product was last modified.public DataProductLastModifiedDateFilterDateRange getDateRange()
Dates between which the data product was last modified.
public DataProductLastModifiedDateFilter withDateRange(DataProductLastModifiedDateFilterDateRange dateRange)
Dates between which the data product was last modified.
dateRange - Dates between which the data product was last modified.public String toString()
toString in class ObjectObject.toString()public DataProductLastModifiedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.