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