StructuredPojo
, ToCopyableBuilder<FailureDetails.Builder,FailureDetails>
@Generated("software.amazon.awssdk:codegen") public class FailureDetails extends Object implements StructuredPojo, ToCopyableBuilder<FailureDetails.Builder,FailureDetails>
Represents information about failure details.
Modifier and Type | Class | Description |
---|---|---|
static interface |
FailureDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static FailureDetails.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
externalExecutionId() |
The external ID of the run of the action that failed.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
The message about the failure.
|
static Class<? extends FailureDetails.Builder> |
serializableBuilderClass() |
|
FailureDetails.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of the failure.
|
public String type()
The type of the failure.
FailureType
public String message()
The message about the failure.
public String externalExecutionId()
The external ID of the run of the action that failed.
public FailureDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FailureDetails.Builder,FailureDetails>
public static FailureDetails.Builder builder()
public static Class<? extends FailureDetails.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.