@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetDataLakeSettingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.