@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledWindowExecution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution>
Information about a scheduled execution for a Maintenance Window.
Modifier and Type | Class and Description |
---|---|
static interface |
ScheduledWindowExecution.Builder |
Modifier and Type | Method and Description |
---|---|
static ScheduledWindowExecution.Builder |
builder() |
boolean |
equals(Object obj) |
String |
executionTime()
The time, in ISO-8601 Extended format, that the Maintenance Window is scheduled to be run.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Maintenance Window to be run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduledWindowExecution.Builder> |
serializableBuilderClass() |
ScheduledWindowExecution.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
windowId()
The ID of the Maintenance Window to be run.
|
copy
public String windowId()
The ID of the Maintenance Window to be run.
public String name()
The name of the Maintenance Window to be run.
public String executionTime()
The time, in ISO-8601 Extended format, that the Maintenance Window is scheduled to be run.
public ScheduledWindowExecution.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution>
public static ScheduledWindowExecution.Builder builder()
public static Class<? extends ScheduledWindowExecution.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.