StructuredPojo
, ToCopyableBuilder<FailureDetails.Builder,FailureDetails>
@Generated("software.amazon.awssdk:codegen") public class FailureDetails extends Object implements StructuredPojo, ToCopyableBuilder<FailureDetails.Builder,FailureDetails>
Information about an Automation failure.
Modifier and Type | Class | Description |
---|---|---|
static interface |
FailureDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static FailureDetails.Builder |
builder() |
|
Map<String,List<String>> |
details() |
Detailed information about the Automation step failure.
|
boolean |
equals(Object obj) |
|
String |
failureStage() |
The stage of the Automation execution when the failure occurred.
|
String |
failureType() |
The type of Automation failure.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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() |
public String failureStage()
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
public String failureType()
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
public Map<String,List<String>> details()
Detailed information about the Automation step failure.
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.