@Generated(value="software.amazon.awssdk:codegen") public class ListUniqueProblemsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListUniqueProblemsResponse.Builder,ListUniqueProblemsResponse>
Represents the result of a list unique problems request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListUniqueProblemsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListUniqueProblemsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
static Class<? extends ListUniqueProblemsResponse.Builder> |
serializableBuilderClass() |
ListUniqueProblemsResponse.Builder |
toBuilder() |
String |
toString() |
Map<String,List<UniqueProblem>> |
uniqueProblems()
Information about the unique problems.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 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.
public ListUniqueProblemsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListUniqueProblemsResponse.Builder,ListUniqueProblemsResponse>public static ListUniqueProblemsResponse.Builder builder()
public static Class<? extends ListUniqueProblemsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.