@Generated(value="software.amazon.awssdk:codegen") public class MaintenanceWindowIdentity extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>
Information about the Maintenance Window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaintenanceWindowIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowIdentity.Builder |
builder() |
Integer |
cutoff()
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for
execution.
|
Integer |
duration()
The duration of the Maintenance Window in hours.
|
Boolean |
enabled()
Whether the Maintenance Window is enabled.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The name of the Maintenance Window.
|
static Class<? extends MaintenanceWindowIdentity.Builder> |
serializableBuilderClass() |
MaintenanceWindowIdentity.Builder |
toBuilder() |
String |
toString() |
String |
windowId()
The ID of the Maintenance Window.
|
public String windowId()
The ID of the Maintenance Window.
public String name()
The name of the Maintenance Window.
public Boolean enabled()
Whether the Maintenance Window is enabled.
public Integer duration()
The duration of the Maintenance Window in hours.
public Integer cutoff()
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.
public MaintenanceWindowIdentity.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>public static MaintenanceWindowIdentity.Builder builder()
public static Class<? extends MaintenanceWindowIdentity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.