@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() |
boolean |
equals(Object obj) |
List<DataLakeAutoEnableNewAccountConfiguration> |
getAutoEnableNewAccount()
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
|
int |
hashCode() |
void |
setAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataLakeOrganizationConfigurationRequest |
withAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
|
DeleteDataLakeOrganizationConfigurationRequest |
withAutoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
|
addHandlerContext, copyBaseTo, 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()
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
public void setAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
autoEnableNewAccount - Removes the automatic enablement of configuration settings for new member accounts in Security Lake.public DeleteDataLakeOrganizationConfigurationRequest withAutoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
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 - Removes the automatic enablement of configuration settings for new member accounts in Security Lake.public DeleteDataLakeOrganizationConfigurationRequest withAutoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
autoEnableNewAccount - Removes the automatic enablement of configuration settings for new member accounts in Security Lake.public String toString()
toString in class ObjectObject.toString()public DeleteDataLakeOrganizationConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.