@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateAutomatedDiscoveryAccountsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchUpdateAutomatedDiscoveryAccountsRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAutomatedDiscoveryAccountsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AutomatedDiscoveryAccountUpdate> |
getAccounts()
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
int |
hashCode() |
void |
setAccounts(Collection<AutomatedDiscoveryAccountUpdate> accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateAutomatedDiscoveryAccountsRequest |
withAccounts(AutomatedDiscoveryAccountUpdate... accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
BatchUpdateAutomatedDiscoveryAccountsRequest |
withAccounts(Collection<AutomatedDiscoveryAccountUpdate> accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
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 BatchUpdateAutomatedDiscoveryAccountsRequest()
public List<AutomatedDiscoveryAccountUpdate> getAccounts()
An array of objects, one for each account to change the status of automated sensitive data discovery for. Each object specifies the Amazon Web Services account ID for an account and a new status for that account.
public void setAccounts(Collection<AutomatedDiscoveryAccountUpdate> accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for. Each object specifies the Amazon Web Services account ID for an account and a new status for that account.
accounts - An array of objects, one for each account to change the status of automated sensitive data discovery for.
Each object specifies the Amazon Web Services account ID for an account and a new status for that account.public BatchUpdateAutomatedDiscoveryAccountsRequest withAccounts(AutomatedDiscoveryAccountUpdate... accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for. Each object specifies the Amazon Web Services account ID for an account and a new status for that account.
NOTE: This method appends the values to the existing list (if any). Use
setAccounts(java.util.Collection) or withAccounts(java.util.Collection) if you want to override
the existing values.
accounts - An array of objects, one for each account to change the status of automated sensitive data discovery for.
Each object specifies the Amazon Web Services account ID for an account and a new status for that account.public BatchUpdateAutomatedDiscoveryAccountsRequest withAccounts(Collection<AutomatedDiscoveryAccountUpdate> accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for. Each object specifies the Amazon Web Services account ID for an account and a new status for that account.
accounts - An array of objects, one for each account to change the status of automated sensitive data discovery for.
Each object specifies the Amazon Web Services account ID for an account and a new status for that account.public String toString()
toString in class ObjectObject.toString()public BatchUpdateAutomatedDiscoveryAccountsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()