@Generated(value="software.amazon.awssdk:codegen") public final class ResourceResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceResult.Builder,ResourceResult>
The result of a successful Resource request, with status for an individual resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceResult.Builder |
builder() |
String |
componentId()
The component id of the resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastCheckedTimestamp()
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
|
Readiness |
readiness()
The readiness of a resource.
|
String |
readinessAsString()
The readiness of a resource.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceResult.Builder> |
serializableBuilderClass() |
ResourceResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentId()
The component id of the resource.
public final Instant lastCheckedTimestamp()
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
public final Readiness readiness()
The readiness of a resource.
If the service returns an enum value that is not available in the current SDK version, readiness will
return Readiness.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
readinessAsString().
Readinesspublic final String readinessAsString()
The readiness of a resource.
If the service returns an enum value that is not available in the current SDK version, readiness will
return Readiness.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
readinessAsString().
Readinesspublic final String resourceArn()
The Amazon Resource Name (ARN) of the resource.
public ResourceResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceResult.Builder,ResourceResult>public static ResourceResult.Builder builder()
public static Class<? extends ResourceResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.