@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
Dataset summary.
Constructor and Description |
---|
DataSetSummary() |
Modifier and Type | Method and Description |
---|---|
DataSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the dataset.
|
Date |
getCreatedTime()
The time that this dataset was created.
|
String |
getDataSetId()
The ID of the dataset.
|
String |
getImportMode()
Indicates whether you want to import the data into SPICE.
|
Date |
getLastUpdatedTime()
The last time that this dataset was updated.
|
String |
getName()
A display name for the dataset.
|
RowLevelPermissionDataSet |
getRowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setCreatedTime(Date createdTime)
The time that this dataset was created.
|
void |
setDataSetId(String dataSetId)
The ID of the dataset.
|
void |
setImportMode(String importMode)
Indicates whether you want to import the data into SPICE.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
|
void |
setName(String name)
A display name for the dataset.
|
void |
setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
String |
toString()
Returns a string representation of this object.
|
DataSetSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
DataSetSummary |
withCreatedTime(Date createdTime)
The time that this dataset was created.
|
DataSetSummary |
withDataSetId(String dataSetId)
The ID of the dataset.
|
DataSetSummary |
withImportMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
DataSetSummary |
withImportMode(String importMode)
Indicates whether you want to import the data into SPICE.
|
DataSetSummary |
withLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
|
DataSetSummary |
withName(String name)
A display name for the dataset.
|
DataSetSummary |
withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
arn
- The Amazon Resource Name (ARN) of the dataset.public String getArn()
The Amazon Resource Name (ARN) of the dataset.
public DataSetSummary withArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
arn
- The Amazon Resource Name (ARN) of the dataset.public void setDataSetId(String dataSetId)
The ID of the dataset.
dataSetId
- The ID of the dataset.public String getDataSetId()
The ID of the dataset.
public DataSetSummary withDataSetId(String dataSetId)
The ID of the dataset.
dataSetId
- The ID of the dataset.public void setName(String name)
A display name for the dataset.
name
- A display name for the dataset.public String getName()
A display name for the dataset.
public DataSetSummary withName(String name)
A display name for the dataset.
name
- A display name for the dataset.public void setCreatedTime(Date createdTime)
The time that this dataset was created.
createdTime
- The time that this dataset was created.public Date getCreatedTime()
The time that this dataset was created.
public DataSetSummary withCreatedTime(Date createdTime)
The time that this dataset was created.
createdTime
- The time that this dataset was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
lastUpdatedTime
- The last time that this dataset was updated.public Date getLastUpdatedTime()
The last time that this dataset was updated.
public DataSetSummary withLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
lastUpdatedTime
- The last time that this dataset was updated.public void setImportMode(String importMode)
Indicates whether you want to import the data into SPICE.
importMode
- Indicates whether you want to import the data into SPICE.DataSetImportMode
public String getImportMode()
Indicates whether you want to import the data into SPICE.
DataSetImportMode
public DataSetSummary withImportMode(String importMode)
Indicates whether you want to import the data into SPICE.
importMode
- Indicates whether you want to import the data into SPICE.DataSetImportMode
public DataSetSummary withImportMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
importMode
- Indicates whether you want to import the data into SPICE.DataSetImportMode
public void setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
rowLevelPermissionDataSet
- The row-level security configuration for the dataset.public RowLevelPermissionDataSet getRowLevelPermissionDataSet()
The row-level security configuration for the dataset.
public DataSetSummary withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
rowLevelPermissionDataSet
- The row-level security configuration for the dataset.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.