@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSolutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSolutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListSolutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token for getting the next set of solutions (if they exist).
|
List<SolutionSummary> |
getSolutions()
A list of the current solutions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token for getting the next set of solutions (if they exist).
|
void |
setSolutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
|
String |
toString()
Returns a string representation of this object.
|
ListSolutionsResult |
withNextToken(String nextToken)
A token for getting the next set of solutions (if they exist).
|
ListSolutionsResult |
withSolutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
|
ListSolutionsResult |
withSolutions(SolutionSummary... solutions)
A list of the current solutions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SolutionSummary> getSolutions()
A list of the current solutions.
public void setSolutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
solutions
- A list of the current solutions.public ListSolutionsResult withSolutions(SolutionSummary... solutions)
A list of the current solutions.
NOTE: This method appends the values to the existing list (if any). Use
setSolutions(java.util.Collection)
or withSolutions(java.util.Collection)
if you want to
override the existing values.
solutions
- A list of the current solutions.public ListSolutionsResult withSolutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
solutions
- A list of the current solutions.public void setNextToken(String nextToken)
A token for getting the next set of solutions (if they exist).
nextToken
- A token for getting the next set of solutions (if they exist).public String getNextToken()
A token for getting the next set of solutions (if they exist).
public ListSolutionsResult withNextToken(String nextToken)
A token for getting the next set of solutions (if they exist).
nextToken
- A token for getting the next set of solutions (if they exist).public String toString()
toString
in class Object
Object.toString()
public ListSolutionsResult clone()