@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDatalakeAutoEnableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDatalakeAutoEnableRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDatalakeAutoEnableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AutoEnableNewRegionConfiguration> |
getRemoveFromConfigurationForNewAccounts()
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
int |
hashCode() |
void |
setRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDatalakeAutoEnableRequest |
withRemoveFromConfigurationForNewAccounts(AutoEnableNewRegionConfiguration... removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
DeleteDatalakeAutoEnableRequest |
withRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
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, withSdkRequestTimeout
public List<AutoEnableNewRegionConfiguration> getRemoveFromConfigurationForNewAccounts()
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
public void setRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
removeFromConfigurationForNewAccounts
- Remove automatic enablement of configuration settings for new member accounts in Security Lake.public DeleteDatalakeAutoEnableRequest withRemoveFromConfigurationForNewAccounts(AutoEnableNewRegionConfiguration... removeFromConfigurationForNewAccounts)
Remove 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
setRemoveFromConfigurationForNewAccounts(java.util.Collection)
or
withRemoveFromConfigurationForNewAccounts(java.util.Collection)
if you want to override the existing
values.
removeFromConfigurationForNewAccounts
- Remove automatic enablement of configuration settings for new member accounts in Security Lake.public DeleteDatalakeAutoEnableRequest withRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
removeFromConfigurationForNewAccounts
- Remove automatic enablement of configuration settings for new member accounts in Security Lake.public String toString()
toString
in class Object
Object.toString()
public DeleteDatalakeAutoEnableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()