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