public class ListUniqueProblemsResult extends Object 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) |
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, which can be used in a subsequent
call to this operation to return the next set of items in the list.
|
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, which can be used in a subsequent
call to this operation to return the next set of items in the list.
|
void |
setUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUniqueProblemsResult |
withNextToken(String nextToken)
If the number of items that are returned is significantly large, this is
an identifier that is also returned, which can be used in a subsequent
call to this operation to return the next set of items in the list.
|
ListUniqueProblemsResult |
withUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
public Map<String,List<UniqueProblem>> getUniqueProblems()
Information about the unique problems.
Allowed values include:
ERRORED: An error condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
STOPPED: A stopped condition.
PASSED: A passing condition.
PENDING: A pending condition.
WARNED: A warning condition.
Allowed values include:
ERRORED: An error condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
STOPPED: A stopped condition.
PASSED: A passing condition.
PENDING: A pending condition.
WARNED: A warning condition.
public void setUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
ERRORED: An error condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
STOPPED: A stopped condition.
PASSED: A passing condition.
PENDING: A pending condition.
WARNED: A warning condition.
uniqueProblems
- Information about the unique problems.
Allowed values include:
ERRORED: An error condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
STOPPED: A stopped condition.
PASSED: A passing condition.
PENDING: A pending condition.
WARNED: A warning condition.
public ListUniqueProblemsResult withUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
ERRORED: An error condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
STOPPED: A stopped condition.
PASSED: A passing condition.
PENDING: A pending condition.
WARNED: A warning condition.
uniqueProblems
- Information about the unique problems.
Allowed values include:
ERRORED: An error condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
STOPPED: A stopped condition.
PASSED: A passing condition.
PENDING: A pending condition.
WARNED: A warning condition.
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, which 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, which 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, which 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, which 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, which 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()
Copyright © 2015. All rights reserved.