@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchScheduleActionDeleteResult extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BatchScheduleActionDeleteResult() |
Modifier and Type | Method and Description |
---|---|
BatchScheduleActionDeleteResult |
clone() |
boolean |
equals(Object obj) |
List<ScheduleAction> |
getScheduleActions()
List of actions that have been deleted from 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 deleted from the schedule.
|
String |
toString()
Returns a string representation of this object.
|
BatchScheduleActionDeleteResult |
withScheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been deleted from the schedule.
|
BatchScheduleActionDeleteResult |
withScheduleActions(ScheduleAction... scheduleActions)
List of actions that have been deleted from the schedule.
|
public List<ScheduleAction> getScheduleActions()
public void setScheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions
- List of actions that have been deleted from the schedule.public BatchScheduleActionDeleteResult 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 deleted from the schedule.public BatchScheduleActionDeleteResult withScheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions
- List of actions that have been deleted from the schedule.public String toString()
toString
in class Object
Object.toString()
public BatchScheduleActionDeleteResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.