@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.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String windowExecutionId()
The maintenance window execution ID.
public final String taskExecutionId()
The task execution ID.
public final String invocationId()
The invocation ID.
public final String executionId()
The execution ID.
public final 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().
MaintenanceWindowTaskTypepublic final 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().
MaintenanceWindowTaskTypepublic final String parameters()
The parameters used at the time that the task ran.
public final 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().
MaintenanceWindowExecutionStatuspublic final 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().
MaintenanceWindowExecutionStatuspublic final String statusDetails()
The details explaining the status. Details are only available for certain status values.
public final Instant startTime()
The time that the task started running on the target.
public final Instant endTime()
The time that the task finished running on the target.
public final String ownerInformation()
User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
public final String windowTargetId()
The maintenance window target ID.
public GetMaintenanceWindowExecutionTaskInvocationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>toBuilder in class AwsResponsepublic static GetMaintenanceWindowExecutionTaskInvocationResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowExecutionTaskInvocationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2020. All rights reserved.