@Generated(value="software.amazon.awssdk:codegen") public class GetMaintenanceWindowResponse extends SSMResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetMaintenanceWindowResponse.Builder,GetMaintenanceWindowResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMaintenanceWindowResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowUnassociatedTargets()
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
|
static GetMaintenanceWindowResponse.Builder |
builder() |
Instant |
createdDate()
The date the Maintenance Window was created.
|
Integer |
cutoff()
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for
execution.
|
String |
description()
The description of the Maintenance Window.
|
Integer |
duration()
The duration of the Maintenance Window in hours.
|
Boolean |
enabled()
Whether the Maintenance Windows is enabled.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
modifiedDate()
The date the Maintenance Window was last modified.
|
String |
name()
The name of the Maintenance Window.
|
String |
schedule()
The schedule of the Maintenance Window in the form of a cron or rate expression.
|
static Class<? extends GetMaintenanceWindowResponse.Builder> |
serializableBuilderClass() |
GetMaintenanceWindowResponse.Builder |
toBuilder() |
String |
toString() |
String |
windowId()
The ID of the created Maintenance Window.
|
public String windowId()
The ID of the created Maintenance Window.
public String name()
The name of the Maintenance Window.
public String description()
The description of the Maintenance Window.
public String schedule()
The schedule of the Maintenance Window in the form of a cron or rate expression.
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 Boolean allowUnassociatedTargets()
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
public Boolean enabled()
Whether the Maintenance Windows is enabled.
public Instant createdDate()
The date the Maintenance Window was created.
public Instant modifiedDate()
The date the Maintenance Window was last modified.
public GetMaintenanceWindowResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetMaintenanceWindowResponse.Builder,GetMaintenanceWindowResponse>toBuilder in class AwsResponsepublic static GetMaintenanceWindowResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.