@Generated(value="software.amazon.awssdk:codegen") public final class GetMaintenanceWindowResponse extends SsmResponse implements 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 Amazon Web Services 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()
Indicates whether the maintenance window is enabled.
|
String |
endDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 |
nextExecutionTime()
The next time the maintenance window will actually run, taking into account any specified times for the
maintenance window to become active or inactive.
|
String |
schedule()
The schedule of the maintenance window in the form of a cron or rate expression.
|
Integer |
scheduleOffset()
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
|
String |
scheduleTimezone()
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMaintenanceWindowResponse.Builder> |
serializableBuilderClass() |
String |
startDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
GetMaintenanceWindowResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windowId()
The ID of the created maintenance window.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String windowId()
The ID of the created maintenance window.
public final String name()
The name of the maintenance window.
public final String description()
The description of the maintenance window.
public final String startDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window won't run before this specified time.
public final String endDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window won't run after this specified time.
public final String schedule()
The schedule of the maintenance window in the form of a cron or rate expression.
public final String scheduleTimezone()
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
public final Integer scheduleOffset()
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
public final String nextExecutionTime()
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
public final Integer duration()
The duration of the maintenance window in hours.
public final Integer cutoff()
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
public final Boolean allowUnassociatedTargets()
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
public final Boolean enabled()
Indicates whether the maintenance window is enabled.
public final Instant createdDate()
The date the maintenance window was created.
public final Instant modifiedDate()
The date the maintenance window was last modified.
public GetMaintenanceWindowResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetMaintenanceWindowResponse.Builder,GetMaintenanceWindowResponse>
toBuilder
in class AwsResponse
public static GetMaintenanceWindowResponse.Builder builder()
public static Class<? extends GetMaintenanceWindowResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.