@Generated(value="software.amazon.awssdk:codegen") public class GetMaintenanceWindowExecutionResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMaintenanceWindowExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMaintenanceWindowExecutionResponse.Builder |
builder() |
Instant |
endTime()
The time the Maintenance Window finished executing.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends GetMaintenanceWindowExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time the Maintenance Window started executing.
|
String |
status()
The status of the Maintenance Window execution.
|
String |
statusDetails()
The details explaining the Status.
|
List<String> |
taskIds()
The ID of the task executions from the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResponse.Builder |
toBuilder() |
String |
toString() |
String |
windowExecutionId()
The ID of the Maintenance Window execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String windowExecutionId()
The ID of the Maintenance Window execution.
public List<String> taskIds()
The ID of the task executions from the Maintenance Window execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String status()
The status of the Maintenance Window execution.
MaintenanceWindowExecutionStatuspublic String statusDetails()
The details explaining the Status. Only available for certain status values.
public Instant startTime()
The time the Maintenance Window started executing.
public Instant endTime()
The time the Maintenance Window finished executing.
public GetMaintenanceWindowExecutionResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>public static GetMaintenanceWindowExecutionResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowExecutionResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.