Class GetMaintenanceWindowExecutionTaskInvocationResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InstantendTime()The time that the task finished running on the target.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe execution ID.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe invocation ID.final StringUser-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.final StringThe parameters used at the time that the task ran.static Class<? extends GetMaintenanceWindowExecutionTaskInvocationResponse.Builder>final InstantThe time that the task started running on the target.status()The task status for an invocation.final StringThe task status for an invocation.final StringThe details explaining the status.final StringThe task execution ID.taskType()Retrieves the task type for a maintenance window.final StringRetrieves the task type for a maintenance window.final StringtoString()Returns a string representation of this object.final StringThe maintenance window execution ID.final StringThe maintenance window target ID.Methods inherited from class software.amazon.awssdk.services.ssm.model.SsmResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
windowExecutionId
The maintenance window execution ID.
- Returns:
- The maintenance window execution ID.
-
taskExecutionId
The task execution ID.
- Returns:
- The task execution ID.
-
invocationId
The invocation ID.
- Returns:
- The invocation ID.
-
executionId
The execution ID.
- Returns:
- The execution ID.
-
taskType
Retrieves the task type for a maintenance window.
If the service returns an enum value that is not available in the current SDK version,
taskTypewill returnMaintenanceWindowTaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskTypeAsString().- Returns:
- Retrieves the task type for a maintenance window.
- See Also:
-
taskTypeAsString
Retrieves the task type for a maintenance window.
If the service returns an enum value that is not available in the current SDK version,
taskTypewill returnMaintenanceWindowTaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskTypeAsString().- Returns:
- Retrieves the task type for a maintenance window.
- See Also:
-
parameters
The parameters used at the time that the task ran.
- Returns:
- The parameters used at the time that the task ran.
-
status
The task status for an invocation.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The task status for an invocation.
- See Also:
-
statusAsString
The task status for an invocation.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The task status for an invocation.
- See Also:
-
statusDetails
The details explaining the status. Details are only available for certain status values.
- Returns:
- The details explaining the status. Details are only available for certain status values.
-
startTime
The time that the task started running on the target.
- Returns:
- The time that the task started running on the target.
-
endTime
The time that the task finished running on the target.
- Returns:
- The time that the task finished running on the target.
-
ownerInformation
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
- Returns:
- User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
-
windowTargetId
The maintenance window target ID.
- Returns:
- The maintenance window target ID.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
public static Class<? extends GetMaintenanceWindowExecutionTaskInvocationResponse.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-