@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 Object
Object.toString()
public BatchScheduleActionDeleteRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.