@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResaleAuthorizationCreatedDateFilter extends Object implements Serializable, Cloneable, StructuredPojo
Allows filtering on CreatedDate
of a ResaleAuthorization.
Constructor and Description |
---|
ResaleAuthorizationCreatedDateFilter() |
Modifier and Type | Method and Description |
---|---|
ResaleAuthorizationCreatedDateFilter |
clone() |
boolean |
equals(Object obj) |
ResaleAuthorizationCreatedDateFilterDateRange |
getDateRange()
Allows filtering on
CreatedDate of a ResaleAuthorization with date range as input. |
List<String> |
getValueList()
Allows filtering on
CreatedDate of a ResaleAuthorization with date value as input. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDateRange(ResaleAuthorizationCreatedDateFilterDateRange dateRange)
Allows filtering on
CreatedDate of a ResaleAuthorization with date range as input. |
void |
setValueList(Collection<String> valueList)
Allows filtering on
CreatedDate of a ResaleAuthorization with date value as input. |
String |
toString()
Returns a string representation of this object.
|
ResaleAuthorizationCreatedDateFilter |
withDateRange(ResaleAuthorizationCreatedDateFilterDateRange dateRange)
Allows filtering on
CreatedDate of a ResaleAuthorization with date range as input. |
ResaleAuthorizationCreatedDateFilter |
withValueList(Collection<String> valueList)
Allows filtering on
CreatedDate of a ResaleAuthorization with date value as input. |
ResaleAuthorizationCreatedDateFilter |
withValueList(String... valueList)
Allows filtering on
CreatedDate of a ResaleAuthorization with date value as input. |
public ResaleAuthorizationCreatedDateFilter()
public void setDateRange(ResaleAuthorizationCreatedDateFilterDateRange dateRange)
Allows filtering on CreatedDate
of a ResaleAuthorization with date range as input.
dateRange
- Allows filtering on CreatedDate
of a ResaleAuthorization with date range as input.public ResaleAuthorizationCreatedDateFilterDateRange getDateRange()
Allows filtering on CreatedDate
of a ResaleAuthorization with date range as input.
CreatedDate
of a ResaleAuthorization with date range as input.public ResaleAuthorizationCreatedDateFilter withDateRange(ResaleAuthorizationCreatedDateFilterDateRange dateRange)
Allows filtering on CreatedDate
of a ResaleAuthorization with date range as input.
dateRange
- Allows filtering on CreatedDate
of a ResaleAuthorization with date range as input.public List<String> getValueList()
Allows filtering on CreatedDate
of a ResaleAuthorization with date value as input.
CreatedDate
of a ResaleAuthorization with date value as input.public void setValueList(Collection<String> valueList)
Allows filtering on CreatedDate
of a ResaleAuthorization with date value as input.
valueList
- Allows filtering on CreatedDate
of a ResaleAuthorization with date value as input.public ResaleAuthorizationCreatedDateFilter withValueList(String... valueList)
Allows filtering on CreatedDate
of a ResaleAuthorization with date value as input.
NOTE: This method appends the values to the existing list (if any). Use
setValueList(java.util.Collection)
or withValueList(java.util.Collection)
if you want to
override the existing values.
valueList
- Allows filtering on CreatedDate
of a ResaleAuthorization with date value as input.public ResaleAuthorizationCreatedDateFilter withValueList(Collection<String> valueList)
Allows filtering on CreatedDate
of a ResaleAuthorization with date value as input.
valueList
- Allows filtering on CreatedDate
of a ResaleAuthorization with date value as input.public String toString()
toString
in class Object
Object.toString()
public ResaleAuthorizationCreatedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.