@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FixedModeScheduleActionStartSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
FixedModeScheduleActionStartSettings() |
Modifier and Type | Method and Description |
---|---|
FixedModeScheduleActionStartSettings |
clone() |
boolean |
equals(Object obj) |
String |
getTime()
Start time for the action to start in the channel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTime(String time)
Start time for the action to start in the channel.
|
String |
toString()
Returns a string representation of this object.
|
FixedModeScheduleActionStartSettings |
withTime(String time)
Start time for the action to start in the channel.
|
public FixedModeScheduleActionStartSettings()
public void setTime(String time)
time
- Start time for the action to start in the channel. (Not the time for the action to be added to the
schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All
the letters are digits (for example, mm might be 01) except for the two constants "T" for time and "Z" for
"UTC format".public String getTime()
public FixedModeScheduleActionStartSettings withTime(String time)
time
- Start time for the action to start in the channel. (Not the time for the action to be added to the
schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All
the letters are digits (for example, mm might be 01) except for the two constants "T" for time and "Z" for
"UTC format".public String toString()
toString
in class Object
Object.toString()
public FixedModeScheduleActionStartSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.