StructuredPojo
, ToCopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails>
@Generated("software.amazon.awssdk:codegen") public class LambdaFunctionStartFailedEventDetails extends Object implements StructuredPojo, ToCopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails>
Modifier and Type | Class | Description |
---|---|---|
static interface |
LambdaFunctionStartFailedEventDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static LambdaFunctionStartFailedEventDetails.Builder |
builder() |
|
String |
cause() |
A more detailed explanation of the cause of the failure.
|
boolean |
equals(Object obj) |
|
String |
error() |
The error code of the failure.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends LambdaFunctionStartFailedEventDetails.Builder> |
serializableBuilderClass() |
|
LambdaFunctionStartFailedEventDetails.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String error()
The error code of the failure.
public String cause()
A more detailed explanation of the cause of the failure.
public LambdaFunctionStartFailedEventDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails>
public static LambdaFunctionStartFailedEventDetails.Builder builder()
public static Class<? extends LambdaFunctionStartFailedEventDetails.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.