@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateActionsRequestFilters extends Object implements Serializable, Cloneable, StructuredPojo
Template post migration custom action filters.
| Constructor and Description |
|---|
TemplateActionsRequestFilters() |
| Modifier and Type | Method and Description |
|---|---|
TemplateActionsRequestFilters |
clone() |
boolean |
equals(Object obj) |
List<String> |
getActionIDs()
Action IDs to filter template post migration custom actions by.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setActionIDs(Collection<String> actionIDs)
Action IDs to filter template post migration custom actions by.
|
String |
toString()
Returns a string representation of this object.
|
TemplateActionsRequestFilters |
withActionIDs(Collection<String> actionIDs)
Action IDs to filter template post migration custom actions by.
|
TemplateActionsRequestFilters |
withActionIDs(String... actionIDs)
Action IDs to filter template post migration custom actions by.
|
public List<String> getActionIDs()
Action IDs to filter template post migration custom actions by.
public void setActionIDs(Collection<String> actionIDs)
Action IDs to filter template post migration custom actions by.
actionIDs - Action IDs to filter template post migration custom actions by.public TemplateActionsRequestFilters withActionIDs(String... actionIDs)
Action IDs to filter template post migration custom actions by.
NOTE: This method appends the values to the existing list (if any). Use
setActionIDs(java.util.Collection) or withActionIDs(java.util.Collection) if you want to
override the existing values.
actionIDs - Action IDs to filter template post migration custom actions by.public TemplateActionsRequestFilters withActionIDs(Collection<String> actionIDs)
Action IDs to filter template post migration custom actions by.
actionIDs - Action IDs to filter template post migration custom actions by.public String toString()
toString in class ObjectObject.toString()public TemplateActionsRequestFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.