Class ListCommandInvocationsResult
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.ListCommandInvocationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
(Optional) A list of all invocations.(Optional) The token for the next set of items to return.int
hashCode()
void
setCommandInvocations
(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations.void
setNextToken
(String nextToken) (Optional) The token for the next set of items to return.toString()
Returns a string representation of this object; useful for testing and debugging.withCommandInvocations
(CommandInvocation... commandInvocations) (Optional) A list of all invocations.withCommandInvocations
(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations.withNextToken
(String nextToken) (Optional) The token for the next set of items to return.
-
Constructor Details
-
ListCommandInvocationsResult
public ListCommandInvocationsResult()
-
-
Method Details
-
getCommandInvocations
(Optional) A list of all invocations.
- Returns:
- (Optional) A list of all invocations.
-
setCommandInvocations
(Optional) A list of all invocations.
- Parameters:
commandInvocations
- (Optional) A list of all invocations.
-
withCommandInvocations
(Optional) A list of all invocations.
NOTE: This method appends the values to the existing list (if any). Use
setCommandInvocations(java.util.Collection)
orwithCommandInvocations(java.util.Collection)
if you want to override the existing values.- Parameters:
commandInvocations
- (Optional) A list of all invocations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCommandInvocations
public ListCommandInvocationsResult withCommandInvocations(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations.
- Parameters:
commandInvocations
- (Optional) A list of all invocations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- (Optional) The token for the next set of items to return. (You received this token from a previous call.)
-
getNextToken
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
- Returns:
- (Optional) The token for the next set of items to return. (You received this token from a previous call.)
-
withNextToken
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- (Optional) The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-