@Generated(value="software.amazon.awssdk:codegen") public final class FailedItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedItem.Builder,FailedItem>
Details of a resource that failed when trying to update it's association to a resource set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FailedItemReason |
reason()
The reason the resource's association could not be updated.
|
String |
reasonAsString()
The reason the resource's association could not be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedItem.Builder> |
serializableBuilderClass() |
FailedItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uri()
The univeral resource indicator (URI) of the resource that failed.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String uri()
The univeral resource indicator (URI) of the resource that failed.
public final FailedItemReason reason()
The reason the resource's association could not be updated.
If the service returns an enum value that is not available in the current SDK version, reason will
return FailedItemReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reasonAsString().
FailedItemReasonpublic final String reasonAsString()
The reason the resource's association could not be updated.
If the service returns an enum value that is not available in the current SDK version, reason will
return FailedItemReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reasonAsString().
FailedItemReasonpublic FailedItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedItem.Builder,FailedItem>public static FailedItem.Builder builder()
public static Class<? extends FailedItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.