Class UnsupportedResource
- java.lang.Object
-
- software.amazon.awssdk.services.resiliencehub.model.UnsupportedResource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnsupportedResource.Builder,UnsupportedResource>
@Generated("software.amazon.awssdk:codegen") public final class UnsupportedResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnsupportedResource.Builder,UnsupportedResource>
Defines a resource that is not supported by Resilience Hub.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnsupportedResource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnsupportedResource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LogicalResourceIdlogicalResourceId()Logical resource identifier for the unsupported resource.PhysicalResourceIdphysicalResourceId()Physical resource identifier for the unsupported resource.StringresourceType()The type of resource.List<SdkField<?>>sdkFields()static Class<? extends UnsupportedResource.Builder>serializableBuilderClass()UnsupportedResource.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringunsupportedResourceStatus()The status of the unsupported resource.-
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
-
logicalResourceId
public final LogicalResourceId logicalResourceId()
Logical resource identifier for the unsupported resource.
- Returns:
- Logical resource identifier for the unsupported resource.
-
physicalResourceId
public final PhysicalResourceId physicalResourceId()
Physical resource identifier for the unsupported resource.
- Returns:
- Physical resource identifier for the unsupported resource.
-
resourceType
public final String resourceType()
The type of resource.
- Returns:
- The type of resource.
-
unsupportedResourceStatus
public final String unsupportedResourceStatus()
The status of the unsupported resource.
- Returns:
- The status of the unsupported resource.
-
toBuilder
public UnsupportedResource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnsupportedResource.Builder,UnsupportedResource>
-
builder
public static UnsupportedResource.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnsupportedResource.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.
-
-