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