@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecoverySnapshotsRequestFilters extends Object implements Serializable, Cloneable, StructuredPojo
A set of filters by which to return Recovery Snapshots.
Constructor and Description |
---|
DescribeRecoverySnapshotsRequestFilters() |
Modifier and Type | Method and Description |
---|---|
DescribeRecoverySnapshotsRequestFilters |
clone() |
boolean |
equals(Object obj) |
String |
getFromDateTime()
The start date in a date range query.
|
String |
getToDateTime()
The end date in a date range query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFromDateTime(String fromDateTime)
The start date in a date range query.
|
void |
setToDateTime(String toDateTime)
The end date in a date range query.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRecoverySnapshotsRequestFilters |
withFromDateTime(String fromDateTime)
The start date in a date range query.
|
DescribeRecoverySnapshotsRequestFilters |
withToDateTime(String toDateTime)
The end date in a date range query.
|
public DescribeRecoverySnapshotsRequestFilters()
public void setFromDateTime(String fromDateTime)
The start date in a date range query.
fromDateTime
- The start date in a date range query.public String getFromDateTime()
The start date in a date range query.
public DescribeRecoverySnapshotsRequestFilters withFromDateTime(String fromDateTime)
The start date in a date range query.
fromDateTime
- The start date in a date range query.public void setToDateTime(String toDateTime)
The end date in a date range query.
toDateTime
- The end date in a date range query.public String getToDateTime()
The end date in a date range query.
public DescribeRecoverySnapshotsRequestFilters withToDateTime(String toDateTime)
The end date in a date range query.
toDateTime
- The end date in a date range query.public String toString()
toString
in class Object
Object.toString()
public DescribeRecoverySnapshotsRequestFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.