@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
String |
windowId()
The ID of the maintenance window to be run.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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()
toBuilder
in interface ToCopyableBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution>
public static ScheduledWindowExecution.Builder builder()
public static Class<? extends ScheduledWindowExecution.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.