@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataLakeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDataLakeResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataLakeResult |
clone() |
boolean |
equals(Object obj) |
List<DataLakeResource> |
getDataLakes()
The created Security Lake configuration object.
|
int |
hashCode() |
void |
setDataLakes(Collection<DataLakeResource> dataLakes)
The created Security Lake configuration object.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDataLakeResult |
withDataLakes(Collection<DataLakeResource> dataLakes)
The created Security Lake configuration object.
|
UpdateDataLakeResult |
withDataLakes(DataLakeResource... dataLakes)
The created Security Lake configuration object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DataLakeResource> getDataLakes()
The created Security Lake configuration object.
public void setDataLakes(Collection<DataLakeResource> dataLakes)
The created Security Lake configuration object.
dataLakes
- The created Security Lake configuration object.public UpdateDataLakeResult withDataLakes(DataLakeResource... dataLakes)
The created Security Lake configuration object.
NOTE: This method appends the values to the existing list (if any). Use
setDataLakes(java.util.Collection)
or withDataLakes(java.util.Collection)
if you want to
override the existing values.
dataLakes
- The created Security Lake configuration object.public UpdateDataLakeResult withDataLakes(Collection<DataLakeResource> dataLakes)
The created Security Lake configuration object.
dataLakes
- The created Security Lake configuration object.public String toString()
toString
in class Object
Object.toString()
public UpdateDataLakeResult clone()