public class StartOnDemandAuditTaskRequest extends AmazonWebServiceRequest implements java.io.Serializable
Starts an on-demand Device Defender audit.
Constructor and Description |
---|
StartOnDemandAuditTaskRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getTargetCheckNames()
Which checks are performed during the audit.
|
int |
hashCode() |
void |
setTargetCheckNames(java.util.Collection<java.lang.String> targetCheckNames)
Which checks are performed during the audit.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartOnDemandAuditTaskRequest |
withTargetCheckNames(java.util.Collection<java.lang.String> targetCheckNames)
Which checks are performed during the audit.
|
StartOnDemandAuditTaskRequest |
withTargetCheckNames(java.lang.String... targetCheckNames)
Which checks are performed during the audit.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.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.
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 void setTargetCheckNames(java.util.Collection<java.lang.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(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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(java.util.Collection<java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.