@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.
|
Boolean |
getColumnLevelPermissionRulesApplied()
A value that indicates if the dataset has column level permission configured.
|
Date |
getCreatedTime()
The time that this dataset was created.
|
String |
getDataSetId()
The ID of the dataset.
|
String |
getImportMode()
A value that 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.
|
Boolean |
getRowLevelPermissionTagConfigurationApplied()
Whether or not the row level permission tags are applied.
|
int |
hashCode() |
Boolean |
isColumnLevelPermissionRulesApplied()
A value that indicates if the dataset has column level permission configured.
|
Boolean |
isRowLevelPermissionTagConfigurationApplied()
Whether or not the row level permission tags are applied.
|
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 |
setColumnLevelPermissionRulesApplied(Boolean columnLevelPermissionRulesApplied)
A value that indicates if the dataset has column level permission configured.
|
void |
setCreatedTime(Date createdTime)
The time that this dataset was created.
|
void |
setDataSetId(String dataSetId)
The ID of the dataset.
|
void |
setImportMode(String importMode)
A value that 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.
|
void |
setRowLevelPermissionTagConfigurationApplied(Boolean rowLevelPermissionTagConfigurationApplied)
Whether or not the row level permission tags are applied.
|
String |
toString()
Returns a string representation of this object.
|
DataSetSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
DataSetSummary |
withColumnLevelPermissionRulesApplied(Boolean columnLevelPermissionRulesApplied)
A value that indicates if the dataset has column level permission configured.
|
DataSetSummary |
withCreatedTime(Date createdTime)
The time that this dataset was created.
|
DataSetSummary |
withDataSetId(String dataSetId)
The ID of the dataset.
|
DataSetSummary |
withImportMode(DataSetImportMode importMode)
A value that indicates whether you want to import the data into SPICE.
|
DataSetSummary |
withImportMode(String importMode)
A value that 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.
|
DataSetSummary |
withRowLevelPermissionTagConfigurationApplied(Boolean rowLevelPermissionTagConfigurationApplied)
Whether or not the row level permission tags are applied.
|
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)
A value that indicates whether you want to import the data into SPICE.
importMode
- A value that indicates whether you want to import the data into SPICE.DataSetImportMode
public String getImportMode()
A value that indicates whether you want to import the data into SPICE.
DataSetImportMode
public DataSetSummary withImportMode(String importMode)
A value that indicates whether you want to import the data into SPICE.
importMode
- A value that indicates whether you want to import the data into SPICE.DataSetImportMode
public DataSetSummary withImportMode(DataSetImportMode importMode)
A value that indicates whether you want to import the data into SPICE.
importMode
- A value that 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 void setRowLevelPermissionTagConfigurationApplied(Boolean rowLevelPermissionTagConfigurationApplied)
Whether or not the row level permission tags are applied.
rowLevelPermissionTagConfigurationApplied
- Whether or not the row level permission tags are applied.public Boolean getRowLevelPermissionTagConfigurationApplied()
Whether or not the row level permission tags are applied.
public DataSetSummary withRowLevelPermissionTagConfigurationApplied(Boolean rowLevelPermissionTagConfigurationApplied)
Whether or not the row level permission tags are applied.
rowLevelPermissionTagConfigurationApplied
- Whether or not the row level permission tags are applied.public Boolean isRowLevelPermissionTagConfigurationApplied()
Whether or not the row level permission tags are applied.
public void setColumnLevelPermissionRulesApplied(Boolean columnLevelPermissionRulesApplied)
A value that indicates if the dataset has column level permission configured.
columnLevelPermissionRulesApplied
- A value that indicates if the dataset has column level permission configured.public Boolean getColumnLevelPermissionRulesApplied()
A value that indicates if the dataset has column level permission configured.
public DataSetSummary withColumnLevelPermissionRulesApplied(Boolean columnLevelPermissionRulesApplied)
A value that indicates if the dataset has column level permission configured.
columnLevelPermissionRulesApplied
- A value that indicates if the dataset has column level permission configured.public Boolean isColumnLevelPermissionRulesApplied()
A value that indicates if the dataset has column level permission configured.
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.