@Generated(value="software.amazon.awssdk:codegen") public final class ResourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDescription.Builder,ResourceDescription>
Represents information about a provisioned resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The primary identifier for the resource.
|
String |
properties()
A list of the resource properties and their current values.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceDescription.Builder> |
serializableBuilderClass() |
ResourceDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identifier()
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
public final String properties()
A list of the resource properties and their current values.
public ResourceDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceDescription.Builder,ResourceDescription>public static ResourceDescription.Builder builder()
public static Class<? extends ResourceDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.