@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLaunchActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLaunchActionsResult() |
Modifier and Type | Method and Description |
---|---|
ListLaunchActionsResult |
clone() |
boolean |
equals(Object obj) |
List<LaunchAction> |
getItems()
List of resource launch actions.
|
String |
getNextToken()
Next token returned when listing resource launch actions.
|
int |
hashCode() |
void |
setItems(Collection<LaunchAction> items)
List of resource launch actions.
|
void |
setNextToken(String nextToken)
Next token returned when listing resource launch actions.
|
String |
toString()
Returns a string representation of this object.
|
ListLaunchActionsResult |
withItems(Collection<LaunchAction> items)
List of resource launch actions.
|
ListLaunchActionsResult |
withItems(LaunchAction... items)
List of resource launch actions.
|
ListLaunchActionsResult |
withNextToken(String nextToken)
Next token returned when listing resource launch actions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LaunchAction> getItems()
List of resource launch actions.
public void setItems(Collection<LaunchAction> items)
List of resource launch actions.
items
- List of resource launch actions.public ListLaunchActionsResult withItems(LaunchAction... items)
List of resource launch actions.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- List of resource launch actions.public ListLaunchActionsResult withItems(Collection<LaunchAction> items)
List of resource launch actions.
items
- List of resource launch actions.public void setNextToken(String nextToken)
Next token returned when listing resource launch actions.
nextToken
- Next token returned when listing resource launch actions.public String getNextToken()
Next token returned when listing resource launch actions.
public ListLaunchActionsResult withNextToken(String nextToken)
Next token returned when listing resource launch actions.
nextToken
- Next token returned when listing resource launch actions.public String toString()
toString
in class Object
Object.toString()
public ListLaunchActionsResult clone()