@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OfferAvailabilityEndDateFilterDateRange extends Object implements Serializable, Cloneable, StructuredPojo
Allows filtering on the AvailabilityEndDate
of an offer with date range as input.
Constructor and Description |
---|
OfferAvailabilityEndDateFilterDateRange() |
Modifier and Type | Method and Description |
---|---|
OfferAvailabilityEndDateFilterDateRange |
clone() |
boolean |
equals(Object obj) |
String |
getAfterValue()
Allows filtering on the
AvailabilityEndDate of an offer after a date. |
String |
getBeforeValue()
Allows filtering on the
AvailabilityEndDate of an offer before a date. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAfterValue(String afterValue)
Allows filtering on the
AvailabilityEndDate of an offer after a date. |
void |
setBeforeValue(String beforeValue)
Allows filtering on the
AvailabilityEndDate of an offer before a date. |
String |
toString()
Returns a string representation of this object.
|
OfferAvailabilityEndDateFilterDateRange |
withAfterValue(String afterValue)
Allows filtering on the
AvailabilityEndDate of an offer after a date. |
OfferAvailabilityEndDateFilterDateRange |
withBeforeValue(String beforeValue)
Allows filtering on the
AvailabilityEndDate of an offer before a date. |
public OfferAvailabilityEndDateFilterDateRange()
public void setAfterValue(String afterValue)
Allows filtering on the AvailabilityEndDate
of an offer after a date.
afterValue
- Allows filtering on the AvailabilityEndDate
of an offer after a date.public String getAfterValue()
Allows filtering on the AvailabilityEndDate
of an offer after a date.
AvailabilityEndDate
of an offer after a date.public OfferAvailabilityEndDateFilterDateRange withAfterValue(String afterValue)
Allows filtering on the AvailabilityEndDate
of an offer after a date.
afterValue
- Allows filtering on the AvailabilityEndDate
of an offer after a date.public void setBeforeValue(String beforeValue)
Allows filtering on the AvailabilityEndDate
of an offer before a date.
beforeValue
- Allows filtering on the AvailabilityEndDate
of an offer before a date.public String getBeforeValue()
Allows filtering on the AvailabilityEndDate
of an offer before a date.
AvailabilityEndDate
of an offer before a date.public OfferAvailabilityEndDateFilterDateRange withBeforeValue(String beforeValue)
Allows filtering on the AvailabilityEndDate
of an offer before a date.
beforeValue
- Allows filtering on the AvailabilityEndDate
of an offer before a date.public String toString()
toString
in class Object
Object.toString()
public OfferAvailabilityEndDateFilterDateRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.