@Generated(value="software.amazon.awssdk:codegen") public class GetMaintenanceWindowExecutionResponse extends SSMResponse 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends GetMaintenanceWindowExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time the Maintenance Window started executing.
|
MaintenanceWindowExecutionStatus |
status()
The status of the Maintenance Window execution.
|
String |
statusDetails()
The details explaining the Status.
|
String |
statusString()
The status of the Maintenance Window execution.
|
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.
|
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public MaintenanceWindowExecutionStatus status()
The status of the Maintenance Window execution.
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 statusString().
MaintenanceWindowExecutionStatuspublic String statusString()
The status of the Maintenance Window execution.
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 statusString().
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>toBuilder in class AwsResponsepublic static GetMaintenanceWindowExecutionResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowExecutionResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.