@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the dataset properties used in the ListDatasets operation. To get the
complete set of properties, call the DescribeDataset operation, and
provide the DatasetArn
.
Constructor and Description |
---|
DatasetSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the dataset was created.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getDatasetName()
The name of the dataset.
|
String |
getDatasetType()
The dataset type.
|
String |
getDomain()
The domain associated with the dataset.
|
Date |
getLastModificationTime()
When you create a dataset,
LastModificationTime is the same as CreationTime . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
When the dataset was created.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setDatasetName(String datasetName)
The name of the dataset.
|
void |
setDatasetType(String datasetType)
The dataset type.
|
void |
setDomain(String domain)
The domain associated with the dataset.
|
void |
setLastModificationTime(Date lastModificationTime)
When you create a dataset,
LastModificationTime is the same as CreationTime . |
String |
toString()
Returns a string representation of this object.
|
DatasetSummary |
withCreationTime(Date creationTime)
When the dataset was created.
|
DatasetSummary |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
DatasetSummary |
withDatasetName(String datasetName)
The name of the dataset.
|
DatasetSummary |
withDatasetType(DatasetType datasetType)
The dataset type.
|
DatasetSummary |
withDatasetType(String datasetType)
The dataset type.
|
DatasetSummary |
withDomain(Domain domain)
The domain associated with the dataset.
|
DatasetSummary |
withDomain(String domain)
The domain associated with the dataset.
|
DatasetSummary |
withLastModificationTime(Date lastModificationTime)
When you create a dataset,
LastModificationTime is the same as CreationTime . |
public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
public DatasetSummary withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.public void setDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public String getDatasetName()
The name of the dataset.
public DatasetSummary withDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public void setDatasetType(String datasetType)
The dataset type.
datasetType
- The dataset type.DatasetType
public String getDatasetType()
The dataset type.
DatasetType
public DatasetSummary withDatasetType(String datasetType)
The dataset type.
datasetType
- The dataset type.DatasetType
public DatasetSummary withDatasetType(DatasetType datasetType)
The dataset type.
datasetType
- The dataset type.DatasetType
public void setDomain(String domain)
The domain associated with the dataset.
domain
- The domain associated with the dataset.Domain
public String getDomain()
The domain associated with the dataset.
Domain
public DatasetSummary withDomain(String domain)
The domain associated with the dataset.
domain
- The domain associated with the dataset.Domain
public DatasetSummary withDomain(Domain domain)
The domain associated with the dataset.
domain
- The domain associated with the dataset.Domain
public void setCreationTime(Date creationTime)
When the dataset was created.
creationTime
- When the dataset was created.public Date getCreationTime()
When the dataset was created.
public DatasetSummary withCreationTime(Date creationTime)
When the dataset was created.
creationTime
- When the dataset was created.public void setLastModificationTime(Date lastModificationTime)
When you create a dataset, LastModificationTime
is the same as CreationTime
. While data
is being imported to the dataset, LastModificationTime
is the current time of the
ListDatasets
call. After a CreateDatasetImportJob
operation has finished, LastModificationTime
is when the import job completed or failed.
lastModificationTime
- When you create a dataset, LastModificationTime
is the same as CreationTime
.
While data is being imported to the dataset, LastModificationTime
is the current time of the
ListDatasets
call. After a CreateDatasetImportJob operation has finished, LastModificationTime
is when the import
job completed or failed.public Date getLastModificationTime()
When you create a dataset, LastModificationTime
is the same as CreationTime
. While data
is being imported to the dataset, LastModificationTime
is the current time of the
ListDatasets
call. After a CreateDatasetImportJob
operation has finished, LastModificationTime
is when the import job completed or failed.
LastModificationTime
is the same as CreationTime
.
While data is being imported to the dataset, LastModificationTime
is the current time of the
ListDatasets
call. After a CreateDatasetImportJob operation has finished, LastModificationTime
is when the import
job completed or failed.public DatasetSummary withLastModificationTime(Date lastModificationTime)
When you create a dataset, LastModificationTime
is the same as CreationTime
. While data
is being imported to the dataset, LastModificationTime
is the current time of the
ListDatasets
call. After a CreateDatasetImportJob
operation has finished, LastModificationTime
is when the import job completed or failed.
lastModificationTime
- When you create a dataset, LastModificationTime
is the same as CreationTime
.
While data is being imported to the dataset, LastModificationTime
is the current time of the
ListDatasets
call. After a CreateDatasetImportJob operation has finished, LastModificationTime
is when the import
job completed or failed.public String toString()
toString
in class Object
Object.toString()
public DatasetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.