StructuredPojo
, ToCopyableBuilder<ProblemDetail.Builder,ProblemDetail>
@Generated("software.amazon.awssdk:codegen") public class ProblemDetail extends Object implements StructuredPojo, ToCopyableBuilder<ProblemDetail.Builder,ProblemDetail>
Information about a problem detail.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ProblemDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The problem detail's ARN.
|
static ProblemDetail.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The problem detail's name.
|
static Class<? extends ProblemDetail.Builder> |
serializableBuilderClass() |
|
ProblemDetail.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String arn()
The problem detail's ARN.
public String name()
The problem detail's name.
public ProblemDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProblemDetail.Builder,ProblemDetail>
public static ProblemDetail.Builder builder()
public static Class<? extends ProblemDetail.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.