@Generated(value="software.amazon.awssdk:codegen") public class ProblemDetail extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ProblemDetail.Builder,ProblemDetail>
Information about a problem detail.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProblemDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The problem detail's ARN.
|
static ProblemDetail.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The problem detail's name.
|
static Class<? extends ProblemDetail.Builder> |
serializableBuilderClass() |
ProblemDetail.Builder |
toBuilder() |
String |
toString() |
public String arn()
The problem detail's ARN.
public String name()
The problem detail's name.
public ProblemDetail.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ProblemDetail.Builder,ProblemDetail>public static ProblemDetail.Builder builder()
public static Class<? extends ProblemDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.