@Generated(value="software.amazon.awssdk:codegen") public final class SupportedResourceType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SupportedResourceType.Builder,SupportedResourceType>
A structure that describes a resource type supported by Amazon Web Services Resource Explorer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SupportedResourceType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SupportedResourceType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceType()
The unique identifier of the resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SupportedResourceType.Builder> |
serializableBuilderClass() |
String |
service()
The Amazon Web Service that is associated with the resource type.
|
SupportedResourceType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceType()
The unique identifier of the resource type.
public final String service()
The Amazon Web Service that is associated with the resource type. This is the primary service that lets you create and interact with resources of this type.
public SupportedResourceType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SupportedResourceType.Builder,SupportedResourceType>public static SupportedResourceType.Builder builder()
public static Class<? extends SupportedResourceType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.