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