@Generated(value="software.amazon.awssdk:codegen") public final class ResourceDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDetail.Builder,ResourceDetail>
Information about a resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the resource.
|
static ResourceDetail.Builder |
builder() |
Instant |
createdTime()
The creation time of the resource.
|
String |
description()
The description of the resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the resource.
|
String |
name()
The name of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceDetail.Builder> |
serializableBuilderClass() |
ResourceDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the resource.
public final String arn()
The ARN of the resource.
public final String name()
The name of the resource.
public final String description()
The description of the resource.
public final Instant createdTime()
The creation time of the resource.
public ResourceDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceDetail.Builder,ResourceDetail>public static ResourceDetail.Builder builder()
public static Class<? extends ResourceDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.