@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OfferLastModifiedDateFilter extends Object implements Serializable, Cloneable, StructuredPojo
Allows filtering on the LastModifiedDate of an offer.
| Constructor and Description |
|---|
OfferLastModifiedDateFilter() |
| Modifier and Type | Method and Description |
|---|---|
OfferLastModifiedDateFilter |
clone() |
boolean |
equals(Object obj) |
OfferLastModifiedDateFilterDateRange |
getDateRange()
Allows filtering on the
LastModifiedDate of an offer with date range as input. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDateRange(OfferLastModifiedDateFilterDateRange dateRange)
Allows filtering on the
LastModifiedDate of an offer with date range as input. |
String |
toString()
Returns a string representation of this object.
|
OfferLastModifiedDateFilter |
withDateRange(OfferLastModifiedDateFilterDateRange dateRange)
Allows filtering on the
LastModifiedDate of an offer with date range as input. |
public void setDateRange(OfferLastModifiedDateFilterDateRange dateRange)
Allows filtering on the LastModifiedDate of an offer with date range as input.
dateRange - Allows filtering on the LastModifiedDate of an offer with date range as input.public OfferLastModifiedDateFilterDateRange getDateRange()
Allows filtering on the LastModifiedDate of an offer with date range as input.
LastModifiedDate of an offer with date range as input.public OfferLastModifiedDateFilter withDateRange(OfferLastModifiedDateFilterDateRange dateRange)
Allows filtering on the LastModifiedDate of an offer with date range as input.
dateRange - Allows filtering on the LastModifiedDate of an offer with date range as input.public String toString()
toString in class ObjectObject.toString()public OfferLastModifiedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.