@Generated(value="software.amazon.awssdk:codegen") public final class GetMaintenanceWindowExecutionTaskInvocationResponse extends SsmResponse implements ToCopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static GetMaintenanceWindowExecutionTaskInvocationResponse.Builder |
builder() |
Instant |
endTime()
The time that the task finished running on the target.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
The execution ID.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invocationId()
The invocation ID.
|
String |
ownerInformation()
User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this
maintenance window.
|
String |
parameters()
The parameters used at the time that the task ran.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMaintenanceWindowExecutionTaskInvocationResponse.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time that the task started running on the target.
|
MaintenanceWindowExecutionStatus |
status()
The task status for an invocation.
|
String |
statusAsString()
The task status for an invocation.
|
String |
statusDetails()
The details explaining the status.
|
String |
taskExecutionId()
The task execution ID.
|
MaintenanceWindowTaskType |
taskType()
Retrieves the task type for a maintenance window.
|
String |
taskTypeAsString()
Retrieves the task type for a maintenance window.
|
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windowExecutionId()
The maintenance window execution ID.
|
String |
windowTargetId()
The maintenance window target ID.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String windowExecutionId()
The maintenance window execution ID.
public String taskExecutionId()
The task execution ID.
public String invocationId()
The invocation ID.
public String executionId()
The execution ID.
public MaintenanceWindowTaskType taskType()
Retrieves the task type for a maintenance window. Task types include the following: LAMBDA, STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.
If the service returns an enum value that is not available in the current SDK version, taskType
will
return MaintenanceWindowTaskType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from taskTypeAsString()
.
MaintenanceWindowTaskType
public String taskTypeAsString()
Retrieves the task type for a maintenance window. Task types include the following: LAMBDA, STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.
If the service returns an enum value that is not available in the current SDK version, taskType
will
return MaintenanceWindowTaskType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from taskTypeAsString()
.
MaintenanceWindowTaskType
public String parameters()
The parameters used at the time that the task ran.
public MaintenanceWindowExecutionStatus status()
The task status for an invocation.
If the service returns an enum value that is not available in the current SDK version, status
will
return MaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
MaintenanceWindowExecutionStatus
public String statusAsString()
The task status for an invocation.
If the service returns an enum value that is not available in the current SDK version, status
will
return MaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
MaintenanceWindowExecutionStatus
public String statusDetails()
The details explaining the status. Details are only available for certain status values.
public Instant startTime()
The time that the task started running on the target.
public Instant endTime()
The time that the task finished running on the target.
public String ownerInformation()
User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
public String windowTargetId()
The maintenance window target ID.
public GetMaintenanceWindowExecutionTaskInvocationResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
toBuilder
in class AwsResponse
public static GetMaintenanceWindowExecutionTaskInvocationResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowExecutionTaskInvocationResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
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 SdkResponse
Copyright © 2020. All rights reserved.