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