@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResaleAuthorizationLastModifiedDateFilter extends Object implements Serializable, Cloneable, StructuredPojo
Allows filtering on the LastModifiedDate of a ResaleAuthorization.
| Constructor and Description |
|---|
ResaleAuthorizationLastModifiedDateFilter() |
| Modifier and Type | Method and Description |
|---|---|
ResaleAuthorizationLastModifiedDateFilter |
clone() |
boolean |
equals(Object obj) |
ResaleAuthorizationLastModifiedDateFilterDateRange |
getDateRange()
Allows filtering on the
LastModifiedDate of a ResaleAuthorization with date range as input. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDateRange(ResaleAuthorizationLastModifiedDateFilterDateRange dateRange)
Allows filtering on the
LastModifiedDate of a ResaleAuthorization with date range as input. |
String |
toString()
Returns a string representation of this object.
|
ResaleAuthorizationLastModifiedDateFilter |
withDateRange(ResaleAuthorizationLastModifiedDateFilterDateRange dateRange)
Allows filtering on the
LastModifiedDate of a ResaleAuthorization with date range as input. |
public ResaleAuthorizationLastModifiedDateFilter()
public void setDateRange(ResaleAuthorizationLastModifiedDateFilterDateRange dateRange)
Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
dateRange - Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.public ResaleAuthorizationLastModifiedDateFilterDateRange getDateRange()
Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
LastModifiedDate of a ResaleAuthorization with date range as input.public ResaleAuthorizationLastModifiedDateFilter withDateRange(ResaleAuthorizationLastModifiedDateFilterDateRange dateRange)
Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
dateRange - Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.public String toString()
toString in class ObjectObject.toString()public ResaleAuthorizationLastModifiedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.