@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filter the datasets based on creation time or dataset status.
Constructor and Description |
---|
DatasetFilter() |
Modifier and Type | Method and Description |
---|---|
DatasetFilter |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Filter the datasets to include datasets created after the specified time.
|
Date |
getCreationTimeBefore()
Filter the datasets to include datasets created before the specified time.
|
String |
getDatasetType()
Filter the datasets based on the dataset type.
|
String |
getStatus()
Filter the datasets based on the dataset status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTimeAfter(Date creationTimeAfter)
Filter the datasets to include datasets created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Filter the datasets to include datasets created before the specified time.
|
void |
setDatasetType(String datasetType)
Filter the datasets based on the dataset type.
|
void |
setStatus(String status)
Filter the datasets based on the dataset status.
|
String |
toString()
Returns a string representation of this object.
|
DatasetFilter |
withCreationTimeAfter(Date creationTimeAfter)
Filter the datasets to include datasets created after the specified time.
|
DatasetFilter |
withCreationTimeBefore(Date creationTimeBefore)
Filter the datasets to include datasets created before the specified time.
|
DatasetFilter |
withDatasetType(DatasetType datasetType)
Filter the datasets based on the dataset type.
|
DatasetFilter |
withDatasetType(String datasetType)
Filter the datasets based on the dataset type.
|
DatasetFilter |
withStatus(DatasetStatus status)
Filter the datasets based on the dataset status.
|
DatasetFilter |
withStatus(String status)
Filter the datasets based on the dataset status.
|
public void setStatus(String status)
Filter the datasets based on the dataset status.
status
- Filter the datasets based on the dataset status.DatasetStatus
public String getStatus()
Filter the datasets based on the dataset status.
DatasetStatus
public DatasetFilter withStatus(String status)
Filter the datasets based on the dataset status.
status
- Filter the datasets based on the dataset status.DatasetStatus
public DatasetFilter withStatus(DatasetStatus status)
Filter the datasets based on the dataset status.
status
- Filter the datasets based on the dataset status.DatasetStatus
public void setDatasetType(String datasetType)
Filter the datasets based on the dataset type.
datasetType
- Filter the datasets based on the dataset type.DatasetType
public String getDatasetType()
Filter the datasets based on the dataset type.
DatasetType
public DatasetFilter withDatasetType(String datasetType)
Filter the datasets based on the dataset type.
datasetType
- Filter the datasets based on the dataset type.DatasetType
public DatasetFilter withDatasetType(DatasetType datasetType)
Filter the datasets based on the dataset type.
datasetType
- Filter the datasets based on the dataset type.DatasetType
public void setCreationTimeAfter(Date creationTimeAfter)
Filter the datasets to include datasets created after the specified time.
creationTimeAfter
- Filter the datasets to include datasets created after the specified time.public Date getCreationTimeAfter()
Filter the datasets to include datasets created after the specified time.
public DatasetFilter withCreationTimeAfter(Date creationTimeAfter)
Filter the datasets to include datasets created after the specified time.
creationTimeAfter
- Filter the datasets to include datasets created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
Filter the datasets to include datasets created before the specified time.
creationTimeBefore
- Filter the datasets to include datasets created before the specified time.public Date getCreationTimeBefore()
Filter the datasets to include datasets created before the specified time.
public DatasetFilter withCreationTimeBefore(Date creationTimeBefore)
Filter the datasets to include datasets created before the specified time.
creationTimeBefore
- Filter the datasets to include datasets created before the specified time.public String toString()
toString
in class Object
Object.toString()
public DatasetFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.