@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateReadSetFilter extends Object implements Serializable, Cloneable, StructuredPojo
A read set activation job filter.
Constructor and Description |
---|
ActivateReadSetFilter() |
Modifier and Type | Method and Description |
---|---|
ActivateReadSetFilter |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAfter()
The filter's start date.
|
Date |
getCreatedBefore()
The filter's end date.
|
String |
getStatus()
The filter's status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAfter(Date createdAfter)
The filter's start date.
|
void |
setCreatedBefore(Date createdBefore)
The filter's end date.
|
void |
setStatus(String status)
The filter's status.
|
String |
toString()
Returns a string representation of this object.
|
ActivateReadSetFilter |
withCreatedAfter(Date createdAfter)
The filter's start date.
|
ActivateReadSetFilter |
withCreatedBefore(Date createdBefore)
The filter's end date.
|
ActivateReadSetFilter |
withStatus(ReadSetActivationJobStatus status)
The filter's status.
|
ActivateReadSetFilter |
withStatus(String status)
The filter's status.
|
public void setStatus(String status)
The filter's status.
status
- The filter's status.ReadSetActivationJobStatus
public String getStatus()
The filter's status.
ReadSetActivationJobStatus
public ActivateReadSetFilter withStatus(String status)
The filter's status.
status
- The filter's status.ReadSetActivationJobStatus
public ActivateReadSetFilter withStatus(ReadSetActivationJobStatus status)
The filter's status.
status
- The filter's status.ReadSetActivationJobStatus
public void setCreatedAfter(Date createdAfter)
The filter's start date.
createdAfter
- The filter's start date.public Date getCreatedAfter()
The filter's start date.
public ActivateReadSetFilter withCreatedAfter(Date createdAfter)
The filter's start date.
createdAfter
- The filter's start date.public void setCreatedBefore(Date createdBefore)
The filter's end date.
createdBefore
- The filter's end date.public Date getCreatedBefore()
The filter's end date.
public ActivateReadSetFilter withCreatedBefore(Date createdBefore)
The filter's end date.
createdBefore
- The filter's end date.public String toString()
toString
in class Object
Object.toString()
public ActivateReadSetFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.