@Generated(value="software.amazon.awssdk:codegen") public final class GetMaintenanceWindowExecutionResponse extends SsmResponse implements 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() |
List<SdkField<?>> |
sdkFields() |
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 |
statusAsString()
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()
Returns a string representation of this object.
|
String |
windowExecutionId()
The ID of the Maintenance Window execution.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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 statusAsString()
.
MaintenanceWindowExecutionStatus
public String statusAsString()
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 statusAsString()
.
MaintenanceWindowExecutionStatus
public 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 ToCopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
toBuilder
in class AwsResponse
public static GetMaintenanceWindowExecutionResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowExecutionResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.