@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchActionsRequestFilters extends Object implements Serializable, Cloneable, StructuredPojo
Resource launch actions filter.
| Constructor and Description |
|---|
LaunchActionsRequestFilters() |
| Modifier and Type | Method and Description |
|---|---|
LaunchActionsRequestFilters |
clone() |
boolean |
equals(Object obj) |
List<String> |
getActionIds()
Launch actions Ids.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActionIds(Collection<String> actionIds)
Launch actions Ids.
|
String |
toString()
Returns a string representation of this object.
|
LaunchActionsRequestFilters |
withActionIds(Collection<String> actionIds)
Launch actions Ids.
|
LaunchActionsRequestFilters |
withActionIds(String... actionIds)
Launch actions Ids.
|
public void setActionIds(Collection<String> actionIds)
Launch actions Ids.
actionIds - Launch actions Ids.public LaunchActionsRequestFilters withActionIds(String... actionIds)
Launch actions Ids.
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 - Launch actions Ids.public LaunchActionsRequestFilters withActionIds(Collection<String> actionIds)
Launch actions Ids.
actionIds - Launch actions Ids.public String toString()
toString in class ObjectObject.toString()public LaunchActionsRequestFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.