@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchScheduleActionCreateResult extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BatchScheduleActionCreateResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchScheduleActionCreateResult |
clone() |
boolean |
equals(Object obj) |
List<ScheduleAction> |
getScheduleActions()
List of actions that have been created in the schedule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setScheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been created in the schedule.
|
String |
toString()
Returns a string representation of this object.
|
BatchScheduleActionCreateResult |
withScheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateResult |
withScheduleActions(ScheduleAction... scheduleActions)
List of actions that have been created in the schedule.
|
public List<ScheduleAction> getScheduleActions()
public void setScheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions - List of actions that have been created in the schedule.public BatchScheduleActionCreateResult withScheduleActions(ScheduleAction... scheduleActions)
NOTE: This method appends the values to the existing list (if any). Use
setScheduleActions(java.util.Collection) or withScheduleActions(java.util.Collection) if you
want to override the existing values.
scheduleActions - List of actions that have been created in the schedule.public BatchScheduleActionCreateResult withScheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions - List of actions that have been created in the schedule.public String toString()
toString in class ObjectObject.toString()public BatchScheduleActionCreateResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.