@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUnfilteredPartitionMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetUnfilteredPartitionMetadataResult() |
| Modifier and Type | Method and Description |
|---|---|
GetUnfilteredPartitionMetadataResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuthorizedColumns()
A list of column names that the user has been granted access to.
|
Boolean |
getIsRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
Partition |
getPartition()
A Partition object containing the partition 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 |
setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
void |
setPartition(Partition partition)
A Partition object containing the partition metadata.
|
String |
toString()
Returns a string representation of this object.
|
GetUnfilteredPartitionMetadataResult |
withAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredPartitionMetadataResult |
withAuthorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredPartitionMetadataResult |
withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
GetUnfilteredPartitionMetadataResult |
withPartition(Partition partition)
A Partition object containing the partition metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetUnfilteredPartitionMetadataResult()
public void setPartition(Partition partition)
A Partition object containing the partition metadata.
partition - A Partition object containing the partition metadata.public Partition getPartition()
A Partition object containing the partition metadata.
public GetUnfilteredPartitionMetadataResult withPartition(Partition partition)
A Partition object containing the partition metadata.
partition - A Partition object containing the partition 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 GetUnfilteredPartitionMetadataResult 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 GetUnfilteredPartitionMetadataResult 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 GetUnfilteredPartitionMetadataResult 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 String toString()
toString in class ObjectObject.toString()public GetUnfilteredPartitionMetadataResult clone()
Copyright © 2025. All rights reserved.