StructuredPojo
, ToCopyableBuilder<ImageFailure.Builder,ImageFailure>
@Generated("software.amazon.awssdk:codegen") public class ImageFailure extends Object implements StructuredPojo, ToCopyableBuilder<ImageFailure.Builder,ImageFailure>
An object representing an Amazon ECR image failure.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ImageFailure.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ImageFailure.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
failureCode() |
The code associated with the failure.
|
String |
failureReason() |
The reason for the failure.
|
int |
hashCode() |
|
ImageIdentifier |
imageId() |
The image ID associated with the failure.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ImageFailure.Builder> |
serializableBuilderClass() |
|
ImageFailure.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public ImageIdentifier imageId()
The image ID associated with the failure.
public String failureCode()
The code associated with the failure.
ImageFailureCode
public String failureReason()
The reason for the failure.
public ImageFailure.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImageFailure.Builder,ImageFailure>
public static ImageFailure.Builder builder()
public static Class<? extends ImageFailure.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.