@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProblemsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProblemsResult() |
Modifier and Type | Method and Description |
---|---|
ListProblemsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token used to retrieve the next page of results.
|
List<Problem> |
getProblemList()
The list of problems.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token used to retrieve the next page of results.
|
void |
setProblemList(Collection<Problem> problemList)
The list of problems.
|
String |
toString()
Returns a string representation of this object.
|
ListProblemsResult |
withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListProblemsResult |
withProblemList(Collection<Problem> problemList)
The list of problems.
|
ListProblemsResult |
withProblemList(Problem... problemList)
The list of problems.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Problem> getProblemList()
The list of problems.
public void setProblemList(Collection<Problem> problemList)
The list of problems.
problemList
- The list of problems.public ListProblemsResult withProblemList(Problem... problemList)
The list of problems.
NOTE: This method appends the values to the existing list (if any). Use
setProblemList(java.util.Collection)
or withProblemList(java.util.Collection)
if you want to
override the existing values.
problemList
- The list of problems.public ListProblemsResult withProblemList(Collection<Problem> problemList)
The list of problems.
problemList
- The list of problems.public void setNextToken(String nextToken)
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token used to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListProblemsResult withNextToken(String nextToken)
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token used to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListProblemsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.