@Generated(value="software.amazon.awssdk:codegen") public final class FailedResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedResource.Builder,FailedResource>
A resource that failed to be added to or removed from a group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedResource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code associated with the failure.
|
String |
errorMessage()
The error message text associated with the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The ARN of the resource that failed to be added or removed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedResource.Builder> |
serializableBuilderClass() |
FailedResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceArn()
The ARN of the resource that failed to be added or removed.
public String errorMessage()
The error message text associated with the failure.
public String errorCode()
The error code associated with the failure.
public FailedResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedResource.Builder,FailedResource>public static FailedResource.Builder builder()
public static Class<? extends FailedResource.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.