@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() |
Date |
endTime()
The time the Maintenance Window finished executing.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends GetMaintenanceWindowExecutionResponse.Builder> |
serializableBuilderClass() |
Date |
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.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic String windowExecutionId()
The ID of the Maintenance Window execution.
public List<String> taskIds()
The ID of the task executions from the Maintenance Window execution.
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 Date startTime()
The time the Maintenance Window started executing.
public Date 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.