@Generated(value="software.amazon.awssdk:codegen") public class UniqueProblem extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<UniqueProblem.Builder,UniqueProblem>
A collection of one or more problems, grouped by their result.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UniqueProblem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UniqueProblem.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
String |
message()
A message about the unique problems' result.
|
List<Problem> |
problems()
Information about the problems.
|
static Class<? extends UniqueProblem.Builder> |
serializableBuilderClass() |
UniqueProblem.Builder |
toBuilder() |
String |
toString() |
public String message()
A message about the unique problems' result.
public List<Problem> problems()
Information about the problems.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UniqueProblem.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UniqueProblem.Builder,UniqueProblem>public static UniqueProblem.Builder builder()
public static Class<? extends UniqueProblem.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.