@Generated(value="software.amazon.awssdk:codegen") public final class MaintenanceWindowExecutionTaskInvocationIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,MaintenanceWindowExecutionTaskInvocationIdentity>
Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.
Modifier and Type | Class and Description |
---|---|
static interface |
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
builder() |
Instant |
endTime()
The time the invocation finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
The ID of the action performed in the service that actually handled the task invocation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invocationId()
The ID of the task invocation.
|
String |
ownerInformation()
User-provided value that was specified when the target was registered with the maintenance window.
|
String |
parameters()
The parameters that were provided for the invocation when it was run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MaintenanceWindowExecutionTaskInvocationIdentity.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time the invocation started.
|
MaintenanceWindowExecutionStatus |
status()
The status of the task invocation.
|
String |
statusAsString()
The status of the task invocation.
|
String |
statusDetails()
The details explaining the status of the task invocation.
|
String |
taskExecutionId()
The ID of the specific task execution in the maintenance window execution.
|
MaintenanceWindowTaskType |
taskType()
The task type.
|
String |
taskTypeAsString()
The task type.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windowExecutionId()
The ID of the maintenance window execution that ran the task.
|
String |
windowTargetId()
The ID of the target definition in this maintenance window the invocation was performed for.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String windowExecutionId()
The ID of the maintenance window execution that ran the task.
public final String taskExecutionId()
The ID of the specific task execution in the maintenance window execution.
public final String invocationId()
The ID of the task invocation.
public final String executionId()
The ID of the action performed in the service that actually handled the task invocation. If the task type is
RUN_COMMAND
, this value is the command ID.
RUN_COMMAND
, this value is the command ID.public final MaintenanceWindowTaskType taskType()
The task type.
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 final String taskTypeAsString()
The task type.
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 final String parameters()
The parameters that were provided for the invocation when it was run.
public final MaintenanceWindowExecutionStatus status()
The status of the task 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 final String statusAsString()
The status of the task 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 final String statusDetails()
The details explaining the status of the task invocation. Not available for all status values.
public final Instant startTime()
The time the invocation started.
public final Instant endTime()
The time the invocation finished.
public final String ownerInformation()
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
public final String windowTargetId()
The ID of the target definition in this maintenance window the invocation was performed for.
public MaintenanceWindowExecutionTaskInvocationIdentity.Builder toBuilder()
public static MaintenanceWindowExecutionTaskInvocationIdentity.Builder builder()
public static Class<? extends MaintenanceWindowExecutionTaskInvocationIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.