@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartOnDemandAuditTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartOnDemandAuditTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartOnDemandAuditTaskRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getTargetCheckNames()
Which checks are performed during the audit.
|
int |
hashCode() |
void |
setTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the audit.
|
String |
toString()
Returns a string representation of this object.
|
StartOnDemandAuditTaskRequest |
withTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the audit.
|
StartOnDemandAuditTaskRequest |
withTargetCheckNames(String... targetCheckNames)
Which checks are performed during the audit.
|
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 List<String> getTargetCheckNames()
Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including
those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
DescribeAccountAuditConfiguration to see the list of all checks,
including those that are enabled or UpdateAccountAuditConfiguration to select which checks
are enabled.public void setTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including
those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
targetCheckNames - Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks,
including those that are enabled or UpdateAccountAuditConfiguration to select which checks
are enabled.public StartOnDemandAuditTaskRequest withTargetCheckNames(String... targetCheckNames)
Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including
those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
NOTE: This method appends the values to the existing list (if any). Use
setTargetCheckNames(java.util.Collection) or withTargetCheckNames(java.util.Collection) if you
want to override the existing values.
targetCheckNames - Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks,
including those that are enabled or UpdateAccountAuditConfiguration to select which checks
are enabled.public StartOnDemandAuditTaskRequest withTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including
those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
targetCheckNames - Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks,
including those that are enabled or UpdateAccountAuditConfiguration to select which checks
are enabled.public String toString()
toString in class ObjectObject.toString()public StartOnDemandAuditTaskRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.