StructuredPojo
, ToCopyableBuilder<UniqueProblem.Builder,UniqueProblem>
@Generated("software.amazon.awssdk:codegen") public class UniqueProblem extends Object implements StructuredPojo, ToCopyableBuilder<UniqueProblem.Builder,UniqueProblem>
A collection of one or more problems, grouped by their result.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UniqueProblem.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UniqueProblem.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String message()
A message about the unique problems' result.
public List<Problem> problems()
Information about the problems.
public UniqueProblem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UniqueProblem.Builder,UniqueProblem>
public static UniqueProblem.Builder builder()
public static Class<? extends UniqueProblem.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.