@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 this was created.
|
String |
getDataSetId()
The ID of the dataset.
|
String |
getImportMode()
Indicates whether or not you want to import the data into SPICE.
|
Date |
getLastUpdatedTime()
The last time this was updated.
|
String |
getName()
A display name for the dataset.
|
RowLevelPermissionDataSet |
getRowLevelPermissionDataSet()
Row-level security configuration on 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 this was created.
|
void |
setDataSetId(String dataSetId)
The ID of the dataset.
|
void |
setImportMode(String importMode)
Indicates whether or not you want to import the data into SPICE.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The last time this was updated.
|
void |
setName(String name)
A display name for the dataset.
|
void |
setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
Row-level security configuration on 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 this was created.
|
DataSetSummary |
withDataSetId(String dataSetId)
The ID of the dataset.
|
DataSetSummary |
withImportMode(DataSetImportMode importMode)
Indicates whether or not you want to import the data into SPICE.
|
DataSetSummary |
withImportMode(String importMode)
Indicates whether or not you want to import the data into SPICE.
|
DataSetSummary |
withLastUpdatedTime(Date lastUpdatedTime)
The last time this was updated.
|
DataSetSummary |
withName(String name)
A display name for the dataset.
|
DataSetSummary |
withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
Row-level security configuration on 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 this was created.
createdTime
- The time this was created.public Date getCreatedTime()
The time this was created.
public DataSetSummary withCreatedTime(Date createdTime)
The time this was created.
createdTime
- The time this was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The last time this was updated.
lastUpdatedTime
- The last time this was updated.public Date getLastUpdatedTime()
The last time this was updated.
public DataSetSummary withLastUpdatedTime(Date lastUpdatedTime)
The last time this was updated.
lastUpdatedTime
- The last time this was updated.public void setImportMode(String importMode)
Indicates whether or not you want to import the data into SPICE.
importMode
- Indicates whether or not you want to import the data into SPICE.DataSetImportMode
public String getImportMode()
Indicates whether or not you want to import the data into SPICE.
DataSetImportMode
public DataSetSummary withImportMode(String importMode)
Indicates whether or not you want to import the data into SPICE.
importMode
- Indicates whether or not you want to import the data into SPICE.DataSetImportMode
public DataSetSummary withImportMode(DataSetImportMode importMode)
Indicates whether or not you want to import the data into SPICE.
importMode
- Indicates whether or not you want to import the data into SPICE.DataSetImportMode
public void setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
Row-level security configuration on the dataset.
rowLevelPermissionDataSet
- Row-level security configuration on the dataset.public RowLevelPermissionDataSet getRowLevelPermissionDataSet()
Row-level security configuration on the dataset.
public DataSetSummary withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
Row-level security configuration on the dataset.
rowLevelPermissionDataSet
- Row-level security configuration on 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.