@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUnfilteredTableMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetUnfilteredTableMetadataResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTable(Table table)
table - public Table getTable()
public GetUnfilteredTableMetadataResult withTable(Table table)
table - public void setAuthorizedColumns(Collection<String> authorizedColumns)
authorizedColumns - public GetUnfilteredTableMetadataResult withAuthorizedColumns(String... authorizedColumns)
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 - public GetUnfilteredTableMetadataResult withAuthorizedColumns(Collection<String> authorizedColumns)
authorizedColumns - public void setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
isRegisteredWithLakeFormation - public Boolean getIsRegisteredWithLakeFormation()
public GetUnfilteredTableMetadataResult withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
isRegisteredWithLakeFormation - public Boolean isRegisteredWithLakeFormation()
public List<ColumnRowFilter> getCellFilters()
public void setCellFilters(Collection<ColumnRowFilter> cellFilters)
cellFilters - public GetUnfilteredTableMetadataResult withCellFilters(ColumnRowFilter... cellFilters)
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 - public GetUnfilteredTableMetadataResult withCellFilters(Collection<ColumnRowFilter> cellFilters)
cellFilters - public String toString()
toString in class ObjectObject.toString()public GetUnfilteredTableMetadataResult clone()
Copyright © 2022. All rights reserved.