@Generated(value="software.amazon.awssdk:codegen") public final class ScheduleAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleAction.Builder,ScheduleAction>
Modifier and Type | Class and Description |
---|---|
static interface |
ScheduleAction.Builder |
Modifier and Type | Method and Description |
---|---|
String |
actionName()
The name of the action, must be unique within the schedule.
|
static ScheduleAction.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ScheduleActionSettings |
scheduleActionSettings()
Settings for this schedule action.
|
ScheduleActionStartSettings |
scheduleActionStartSettings()
The time for the action to start in the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduleAction.Builder> |
serializableBuilderClass() |
ScheduleAction.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String actionName()
public ScheduleActionSettings scheduleActionSettings()
public ScheduleActionStartSettings scheduleActionStartSettings()
public ScheduleAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScheduleAction.Builder,ScheduleAction>
public static ScheduleAction.Builder builder()
public static Class<? extends ScheduleAction.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.