ToCopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetMaintenanceWindowExecutionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetMaintenanceWindowExecutionResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
windowExecutionId() |
The ID of the Maintenance Window execution.
|
setSdkHttpMetadata, setSdkResponseMetadata
public 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.
MaintenanceWindowExecutionStatus
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
public static GetMaintenanceWindowExecutionResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowExecutionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.