Class ListAuditMitigationActionsTasksRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iot.model.IotRequest
-
- software.amazon.awssdk.services.iot.model.ListAuditMitigationActionsTasksRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAuditMitigationActionsTasksRequest.Builder,ListAuditMitigationActionsTasksRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAuditMitigationActionsTasksRequest extends IotRequest implements ToCopyableBuilder<ListAuditMitigationActionsTasksRequest.Builder,ListAuditMitigationActionsTasksRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAuditMitigationActionsTasksRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauditTaskId()Specify this filter to limit results to tasks that were applied to results for a specific audit.static ListAuditMitigationActionsTasksRequest.Builderbuilder()InstantendTime()Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfindingId()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)inthashCode()IntegermaxResults()The maximum number of results to return at one time.StringnextToken()The token for the next set of results.List<SdkField<?>>sdkFields()static Class<? extends ListAuditMitigationActionsTasksRequest.Builder>serializableBuilderClass()InstantstartTime()Specify this filter to limit results to tasks that began on or after a specific date and time.AuditMitigationActionsTaskStatustaskStatus()Specify this filter to limit results to tasks that are in a specific state.StringtaskStatusAsString()Specify this filter to limit results to tasks that are in a specific state.ListAuditMitigationActionsTasksRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
auditTaskId
public final String auditTaskId()
Specify this filter to limit results to tasks that were applied to results for a specific audit.
- Returns:
- Specify this filter to limit results to tasks that were applied to results for a specific audit.
-
findingId
public final String findingId()
Specify this filter to limit results to tasks that were applied to a specific audit finding.
- Returns:
- Specify this filter to limit results to tasks that were applied to a specific audit finding.
-
taskStatus
public final 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,
taskStatuswill returnAuditMitigationActionsTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskStatusAsString().- Returns:
- Specify this filter to limit results to tasks that are in a specific state.
- See Also:
AuditMitigationActionsTaskStatus
-
taskStatusAsString
public final 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,
taskStatuswill returnAuditMitigationActionsTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskStatusAsString().- Returns:
- Specify this filter to limit results to tasks that are in a specific state.
- See Also:
AuditMitigationActionsTaskStatus
-
maxResults
public final Integer maxResults()
The maximum number of results to return at one time. The default is 25.
- Returns:
- The maximum number of results to return at one time. The default is 25.
-
nextToken
public final String nextToken()
The token for the next set of results.
- Returns:
- The token for the next set of results.
-
startTime
public final Instant startTime()
Specify this filter to limit results to tasks that began on or after a specific date and time.
- Returns:
- Specify this filter to limit results to tasks that began on or after a specific date and time.
-
endTime
public final Instant endTime()
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.
- Returns:
- Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.
-
toBuilder
public ListAuditMitigationActionsTasksRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAuditMitigationActionsTasksRequest.Builder,ListAuditMitigationActionsTasksRequest>- Specified by:
toBuilderin classIotRequest
-
builder
public static ListAuditMitigationActionsTasksRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAuditMitigationActionsTasksRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-