@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDataLakeOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDataLakeOrganizationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDataLakeOrganizationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DataLakeAutoEnableNewAccountConfiguration> |
getAutoEnableNewAccount()
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
|
int |
hashCode() |
void |
setAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataLakeOrganizationConfigurationRequest |
withAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
|
DeleteDataLakeOrganizationConfigurationRequest |
withAutoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteDataLakeOrganizationConfigurationRequest()
public List<DataLakeAutoEnableNewAccountConfiguration> getAutoEnableNewAccount()
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
public void setAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
autoEnableNewAccount - Turns off automatic enablement of Security Lake for member accounts that are added to an organization.public DeleteDataLakeOrganizationConfigurationRequest withAutoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
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 - Turns off automatic enablement of Security Lake for member accounts that are added to an organization.public DeleteDataLakeOrganizationConfigurationRequest withAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
autoEnableNewAccount - Turns off automatic enablement of Security Lake for member accounts that are added to an organization.public String toString()
toString in class ObjectObject.toString()public DeleteDataLakeOrganizationConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()