@Generated(value="software.amazon.awssdk:codegen") public final class ListAuditMitigationActionsTasksRequest extends IotRequest implements ToCopyableBuilder<ListAuditMitigationActionsTasksRequest.Builder,ListAuditMitigationActionsTasksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAuditMitigationActionsTasksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
auditTaskId()
Specify this filter to limit results to tasks that were applied to results for a specific audit.
|
static ListAuditMitigationActionsTasksRequest.Builder |
builder() |
Instant |
endTime()
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and
time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
findingId()
Specify this filter to limit results to tasks that were applied to a specific audit finding.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return at one time.
|
String |
nextToken()
The token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAuditMitigationActionsTasksRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Specify this filter to limit results to tasks that began on or after a specific date and time.
|
AuditMitigationActionsTaskStatus |
taskStatus()
Specify this filter to limit results to tasks that are in a specific state.
|
String |
taskStatusAsString()
Specify this filter to limit results to tasks that are in a specific state.
|
ListAuditMitigationActionsTasksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String auditTaskId()
Specify this filter to limit results to tasks that were applied to results for a specific audit.
public String findingId()
Specify this filter to limit results to tasks that were applied to a specific audit finding.
public AuditMitigationActionsTaskStatus taskStatus()
Specify this filter to limit results to tasks that are in a specific state.
If the service returns an enum value that is not available in the current SDK version, taskStatus will
return AuditMitigationActionsTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from taskStatusAsString().
AuditMitigationActionsTaskStatuspublic String taskStatusAsString()
Specify this filter to limit results to tasks that are in a specific state.
If the service returns an enum value that is not available in the current SDK version, taskStatus will
return AuditMitigationActionsTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from taskStatusAsString().
AuditMitigationActionsTaskStatuspublic Integer maxResults()
The maximum number of results to return at one time. The default is 25.
public String nextToken()
The token for the next set of results.
public Instant startTime()
Specify this filter to limit results to tasks that began on or after a specific date and time.
public Instant endTime()
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.
public ListAuditMitigationActionsTasksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAuditMitigationActionsTasksRequest.Builder,ListAuditMitigationActionsTasksRequest>toBuilder in class IotRequestpublic static ListAuditMitigationActionsTasksRequest.Builder builder()
public static Class<? extends ListAuditMitigationActionsTasksRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.