@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataLakeSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDataLakeSettingsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDataLakeSettingsResult |
clone() |
boolean |
equals(Object obj) |
DataLakeSettings |
getDataLakeSettings()
A list of AWS Lake Formation principals.
|
int |
hashCode() |
void |
setDataLakeSettings(DataLakeSettings dataLakeSettings)
A list of AWS Lake Formation principals.
|
String |
toString()
Returns a string representation of this object.
|
GetDataLakeSettingsResult |
withDataLakeSettings(DataLakeSettings dataLakeSettings)
A list of AWS Lake Formation principals.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDataLakeSettings(DataLakeSettings dataLakeSettings)
A list of AWS Lake Formation principals.
dataLakeSettings - A list of AWS Lake Formation principals.public DataLakeSettings getDataLakeSettings()
A list of AWS Lake Formation principals.
public GetDataLakeSettingsResult withDataLakeSettings(DataLakeSettings dataLakeSettings)
A list of AWS Lake Formation principals.
dataLakeSettings - A list of AWS Lake Formation principals.public String toString()
toString in class ObjectObject.toString()public GetDataLakeSettingsResult clone()
Copyright © 2020. All rights reserved.