@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) |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,List<UniqueProblem>> getUniqueProblems()
Information about the unique problems.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
public void setUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
uniqueProblems
- Information about the unique problems.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
public ListUniqueProblemsResult withUniqueProblems(Map<String,List<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
uniqueProblems
- Information about the unique problems.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.