@Generated(value="software.amazon.awssdk:codegen") public final class ResourceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceInfo.Builder,ResourceInfo>
The 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.
|
ResourceDetails |
resourceDetails()
The details related to the resource.
|
ResourceType |
resourceType()
Provides information about the Service Catalog App Registry resource type.
|
String |
resourceTypeAsString()
Provides information about the Service Catalog App Registry resource type.
|
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 final ResourceType resourceType()
Provides information about the Service Catalog App Registry resource type.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
Provides information about the Service Catalog App Registry resource type.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final ResourceDetails resourceDetails()
The details related to the resource.
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 © 2022. All rights reserved.