ToCopyableBuilder<ListUniqueProblemsResponse.Builder,ListUniqueProblemsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListUniqueProblemsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListUniqueProblemsResponse.Builder,ListUniqueProblemsResponse>
Represents the result of a list unique problems request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListUniqueProblemsResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Map<String,List<UniqueProblem>> |
uniqueProblems() |
Information about the unique problems.
|
setSdkHttpMetadata, setSdkResponseMetadata
public 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.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListUniqueProblemsResponse.Builder,ListUniqueProblemsResponse>
public static ListUniqueProblemsResponse.Builder builder()
public static Class<? extends ListUniqueProblemsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.