@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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasTargetCheckNames()
public final 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 IotRequestpublic static StartOnDemandAuditTaskRequest.Builder builder()
public static Class<? extends StartOnDemandAuditTaskRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.