@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduledJobRollout extends Object implements Serializable, Cloneable, StructuredPojo
Displays the next seven maintenance window occurrences and their start times.
| Constructor and Description |
|---|
ScheduledJobRollout() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledJobRollout |
clone() |
boolean |
equals(Object obj) |
String |
getStartTime()
Displays the start times of the next seven maintenance window occurrences.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStartTime(String startTime)
Displays the start times of the next seven maintenance window occurrences.
|
String |
toString()
Returns a string representation of this object.
|
ScheduledJobRollout |
withStartTime(String startTime)
Displays the start times of the next seven maintenance window occurrences.
|
public void setStartTime(String startTime)
Displays the start times of the next seven maintenance window occurrences.
startTime - Displays the start times of the next seven maintenance window occurrences.public String getStartTime()
Displays the start times of the next seven maintenance window occurrences.
public ScheduledJobRollout withStartTime(String startTime)
Displays the start times of the next seven maintenance window occurrences.
startTime - Displays the start times of the next seven maintenance window occurrences.public String toString()
toString in class ObjectObject.toString()public ScheduledJobRollout clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.