@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerProductLastModifiedDateFilter extends Object implements Serializable, Cloneable, StructuredPojo
Object that allows filtering based on the last modified date of container products.
Constructor and Description |
---|
ContainerProductLastModifiedDateFilter() |
Modifier and Type | Method and Description |
---|---|
ContainerProductLastModifiedDateFilter |
clone() |
boolean |
equals(Object obj) |
ContainerProductLastModifiedDateFilterDateRange |
getDateRange()
Dates between which the container product was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDateRange(ContainerProductLastModifiedDateFilterDateRange dateRange)
Dates between which the container product was last modified.
|
String |
toString()
Returns a string representation of this object.
|
ContainerProductLastModifiedDateFilter |
withDateRange(ContainerProductLastModifiedDateFilterDateRange dateRange)
Dates between which the container product was last modified.
|
public ContainerProductLastModifiedDateFilter()
public void setDateRange(ContainerProductLastModifiedDateFilterDateRange dateRange)
Dates between which the container product was last modified.
dateRange
- Dates between which the container product was last modified.public ContainerProductLastModifiedDateFilterDateRange getDateRange()
Dates between which the container product was last modified.
public ContainerProductLastModifiedDateFilter withDateRange(ContainerProductLastModifiedDateFilterDateRange dateRange)
Dates between which the container product was last modified.
dateRange
- Dates between which the container product was last modified.public String toString()
toString
in class Object
Object.toString()
public ContainerProductLastModifiedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.