@Generated(value="software.amazon.awssdk:codegen") public final class ScheduleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleSummary.Builder,ScheduleSummary>
The details of a schedule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduleSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the schedule.
|
static ScheduleSummary.Builder |
builder() |
Instant |
creationDate()
The time at which the schedule was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the schedule group associated with this schedule.
|
int |
hashCode() |
Instant |
lastModificationDate()
The time at which the schedule was last modified.
|
String |
name()
The name of the schedule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduleSummary.Builder> |
serializableBuilderClass() |
ScheduleState |
state()
Specifies whether the schedule is enabled or disabled.
|
String |
stateAsString()
Specifies whether the schedule is enabled or disabled.
|
TargetSummary |
target()
The schedule's target details.
|
ScheduleSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the schedule.
public final Instant creationDate()
The time at which the schedule was created.
public final String groupName()
The name of the schedule group associated with this schedule.
public final Instant lastModificationDate()
The time at which the schedule was last modified.
public final String name()
The name of the schedule.
public final ScheduleState state()
Specifies whether the schedule is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version, state will return
ScheduleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ScheduleStatepublic final String stateAsString()
Specifies whether the schedule is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version, state will return
ScheduleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ScheduleStatepublic final TargetSummary target()
The schedule's target details.
public ScheduleSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduleSummary.Builder,ScheduleSummary>public static ScheduleSummary.Builder builder()
public static Class<? extends ScheduleSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.