ToCopyableBuilder<GetMaintenanceWindowExecutionTaskResponse.Builder,GetMaintenanceWindowExecutionTaskResponse>
@Generated("software.amazon.awssdk:codegen") public class GetMaintenanceWindowExecutionTaskResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetMaintenanceWindowExecutionTaskResponse.Builder,GetMaintenanceWindowExecutionTaskResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetMaintenanceWindowExecutionTaskResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetMaintenanceWindowExecutionTaskResponse.Builder |
builder() |
|
Date |
endTime() |
The time the task execution completed.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
maxConcurrency() |
The defined maximum number of task executions that could be run in parallel.
|
String |
maxErrors() |
The defined maximum number of task execution errors allowed before scheduling of the task execution would have
been stopped.
|
Integer |
priority() |
The priority of the task.
|
static Class<? extends GetMaintenanceWindowExecutionTaskResponse.Builder> |
serializableBuilderClass() |
|
String |
serviceRole() |
The role that was assumed when executing the task.
|
Date |
startTime() |
The time the task execution started.
|
String |
status() |
The status of the task.
|
String |
statusDetails() |
The details explaining the Status.
|
String |
taskArn() |
The ARN of the executed task.
|
String |
taskExecutionId() |
The ID of the specific task execution in the Maintenance Window task that was retrieved.
|
List<Map<String,MaintenanceWindowTaskParameterValueExpression>> |
taskParameters() |
The parameters passed to the task when it was executed.
|
GetMaintenanceWindowExecutionTaskResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of task executed.
|
String |
windowExecutionId() |
The ID of the Maintenance Window execution that includes the task.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String windowExecutionId()
The ID of the Maintenance Window execution that includes the task.
public String taskExecutionId()
The ID of the specific task execution in the Maintenance Window task that was retrieved.
public String taskArn()
The ARN of the executed task.
public String serviceRole()
The role that was assumed when executing the task.
public String type()
The type of task executed.
MaintenanceWindowTaskType
public List<Map<String,MaintenanceWindowTaskParameterValueExpression>> taskParameters()
The parameters passed to the task when it was executed. The map has the following format:
Key: string, between 1 and 255 characters
Value: an array of strings, each string is between 1 and 255 characters
Key: string, between 1 and 255 characters
Value: an array of strings, each string is between 1 and 255 characters
public Integer priority()
The priority of the task.
public String maxConcurrency()
The defined maximum number of task executions that could be run in parallel.
public String maxErrors()
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
public String status()
The status of the task.
MaintenanceWindowExecutionStatus
public String statusDetails()
The details explaining the Status. Only available for certain status values.
public Date startTime()
The time the task execution started.
public Date endTime()
The time the task execution completed.
public GetMaintenanceWindowExecutionTaskResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetMaintenanceWindowExecutionTaskResponse.Builder,GetMaintenanceWindowExecutionTaskResponse>
public static GetMaintenanceWindowExecutionTaskResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowExecutionTaskResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.