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