@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatalakeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDatalakeResult() |
Modifier and Type | Method and Description |
---|---|
GetDatalakeResult |
addConfigurationsEntry(String key,
LakeConfigurationResponse value)
Add a single Configurations entry
|
GetDatalakeResult |
clearConfigurationsEntries()
Removes all the entries added into Configurations.
|
GetDatalakeResult |
clone() |
boolean |
equals(Object obj) |
Map<String,LakeConfigurationResponse> |
getConfigurations()
Retrieves the Security Lake configuration object.
|
int |
hashCode() |
void |
setConfigurations(Map<String,LakeConfigurationResponse> configurations)
Retrieves the Security Lake configuration object.
|
String |
toString()
Returns a string representation of this object.
|
GetDatalakeResult |
withConfigurations(Map<String,LakeConfigurationResponse> configurations)
Retrieves the Security Lake configuration object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,LakeConfigurationResponse> getConfigurations()
Retrieves the Security Lake configuration object.
public void setConfigurations(Map<String,LakeConfigurationResponse> configurations)
Retrieves the Security Lake configuration object.
configurations
- Retrieves the Security Lake configuration object.public GetDatalakeResult withConfigurations(Map<String,LakeConfigurationResponse> configurations)
Retrieves the Security Lake configuration object.
configurations
- Retrieves the Security Lake configuration object.public GetDatalakeResult addConfigurationsEntry(String key, LakeConfigurationResponse value)
public GetDatalakeResult clearConfigurationsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetDatalakeResult clone()