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