@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) |
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 ObjectObject.toString()public ResaleAuthorizationCreatedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.