@Generated(value="software.amazon.awssdk:codegen") public final class StartOnDemandAuditTaskRequest extends IotRequest implements ToCopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
StartOnDemandAuditTaskRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static StartOnDemandAuditTaskRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTargetCheckNames()
Returns true if the TargetCheckNames property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartOnDemandAuditTaskRequest.Builder> |
serializableBuilderClass() |
List<String> |
targetCheckNames()
Which checks are performed during the audit.
|
StartOnDemandAuditTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasTargetCheckNames()
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTargetCheckNames()
to see if a value was sent in this field.
DescribeAccountAuditConfiguration
to see the list of all checks,
including those that are enabled or UpdateAccountAuditConfiguration
to select which checks
are enabled.public StartOnDemandAuditTaskRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>
toBuilder
in class IotRequest
public static StartOnDemandAuditTaskRequest.Builder builder()
public static Class<? extends StartOnDemandAuditTaskRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.