@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUniqueProblemsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a list unique problems request.
Constructor and Description |
---|
ListUniqueProblemsResult() |
Modifier and Type | Method and Description |
---|---|
ListUniqueProblemsResult |
addUniqueProblemsEntry(String key,
List<UniqueProblem> value)
Add a single UniqueProblems entry
|
ListUniqueProblemsResult |
clearUniqueProblemsEntries()
Removes all the entries added into UniqueProblems.
|
ListUniqueProblemsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the number of items that are returned is significantly large, this is an identifier that is also returned.
|
Map<String,List<UniqueProblem>> |
getUniqueProblems()
Information about the unique problems.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned.
|
void |
setUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
String |
toString()
Returns a string representation of this object.
|
ListUniqueProblemsResult |
withNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned.
|
ListUniqueProblemsResult |
withUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,List<UniqueProblem>> getUniqueProblems()
Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
public void setUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
uniqueProblems
- Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
public ListUniqueProblemsResult withUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
uniqueProblems
- Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
public ListUniqueProblemsResult addUniqueProblemsEntry(String key, List<UniqueProblem> value)
public ListUniqueProblemsResult clearUniqueProblemsEntries()
public void setNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
nextToken
- If the number of items that are returned is significantly large, this is an identifier that is also
returned. It can be used in a subsequent call to this operation to return the next set of items in the
list.public String getNextToken()
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
public ListUniqueProblemsResult withNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
nextToken
- If the number of items that are returned is significantly large, this is an identifier that is also
returned. It can be used in a subsequent call to this operation to return the next set of items in the
list.public String toString()
toString
in class Object
Object.toString()
public ListUniqueProblemsResult clone()