StructuredPojo, ToCopyableBuilder<LayerFailure.Builder,LayerFailure>@Generated("software.amazon.awssdk:codegen") public class LayerFailure extends Object implements StructuredPojo, ToCopyableBuilder<LayerFailure.Builder,LayerFailure>
An object representing an Amazon ECR image layer failure.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
LayerFailure.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static LayerFailure.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
failureCode() |
The failure code associated with the failure.
|
String |
failureReason() |
The reason for the failure.
|
int |
hashCode() |
|
String |
layerDigest() |
The layer digest associated with the failure.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends LayerFailure.Builder> |
serializableBuilderClass() |
|
LayerFailure.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String layerDigest()
The layer digest associated with the failure.
public String failureCode()
The failure code associated with the failure.
LayerFailureCodepublic String failureReason()
The reason for the failure.
public LayerFailure.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LayerFailure.Builder,LayerFailure>public static LayerFailure.Builder builder()
public static Class<? extends LayerFailure.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.