Class SupportedResourceType
- java.lang.Object
-
- software.amazon.awssdk.services.resourceexplorer2.model.SupportedResourceType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SupportedResourceType.Builder,SupportedResourceType>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSupportedResourceType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SupportedResourceType.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceType()The unique identifier of the resource type.List<SdkField<?>>sdkFields()static Class<? extends SupportedResourceType.Builder>serializableBuilderClass()Stringservice()The Amazon Web Service that is associated with the resource type.SupportedResourceType.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceType
public final String resourceType()
The unique identifier of the resource type.
- Returns:
- The unique identifier of the resource type.
-
service
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.
- Returns:
- 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.
-
toBuilder
public SupportedResourceType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SupportedResourceType.Builder,SupportedResourceType>
-
builder
public static SupportedResourceType.Builder builder()
-
serializableBuilderClass
public static Class<? extends SupportedResourceType.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-