@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUnfilteredTableMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetUnfilteredTableMetadataResult() |
| Modifier and Type | Method and Description |
|---|---|
GetUnfilteredTableMetadataResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuthorizedColumns()
A list of column names that the user has been granted access to.
|
List<ColumnRowFilter> |
getCellFilters()
A list of column row filters.
|
Boolean |
getIsRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
Table |
getTable()
A Table object containing the table metadata.
|
int |
hashCode() |
Boolean |
isRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
void |
setAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
|
void |
setCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
|
void |
setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
void |
setTable(Table table)
A Table object containing the table metadata.
|
String |
toString()
Returns a string representation of this object.
|
GetUnfilteredTableMetadataResult |
withAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredTableMetadataResult |
withAuthorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredTableMetadataResult |
withCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
|
GetUnfilteredTableMetadataResult |
withCellFilters(ColumnRowFilter... cellFilters)
A list of column row filters.
|
GetUnfilteredTableMetadataResult |
withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
GetUnfilteredTableMetadataResult |
withTable(Table table)
A Table object containing the table metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTable(Table table)
A Table object containing the table metadata.
table - A Table object containing the table metadata.public Table getTable()
A Table object containing the table metadata.
public GetUnfilteredTableMetadataResult withTable(Table table)
A Table object containing the table metadata.
table - A Table object containing the table metadata.public List<String> getAuthorizedColumns()
A list of column names that the user has been granted access to.
public void setAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
authorizedColumns - A list of column names that the user has been granted access to.public GetUnfilteredTableMetadataResult withAuthorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedColumns(java.util.Collection) or withAuthorizedColumns(java.util.Collection) if
you want to override the existing values.
authorizedColumns - A list of column names that the user has been granted access to.public GetUnfilteredTableMetadataResult withAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
authorizedColumns - A list of column names that the user has been granted access to.public void setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
isRegisteredWithLakeFormation - A Boolean value that indicates whether the partition location is registered with Lake Formation.public Boolean getIsRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
public GetUnfilteredTableMetadataResult withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
isRegisteredWithLakeFormation - A Boolean value that indicates whether the partition location is registered with Lake Formation.public Boolean isRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
public List<ColumnRowFilter> getCellFilters()
A list of column row filters.
public void setCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
cellFilters - A list of column row filters.public GetUnfilteredTableMetadataResult withCellFilters(ColumnRowFilter... cellFilters)
A list of column row filters.
NOTE: This method appends the values to the existing list (if any). Use
setCellFilters(java.util.Collection) or withCellFilters(java.util.Collection) if you want to
override the existing values.
cellFilters - A list of column row filters.public GetUnfilteredTableMetadataResult withCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
cellFilters - A list of column row filters.public String toString()
toString in class ObjectObject.toString()public GetUnfilteredTableMetadataResult clone()
Copyright © 2023. All rights reserved.