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