@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnsupportedResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedResource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogicalResourceId |
logicalResourceId()
The logical resource identifier for the unsupported resource.
|
PhysicalResourceId |
physicalResourceId()
The physical resource identifier for the unsupported resource.
|
String |
resourceType()
The type of resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnsupportedResource.Builder> |
serializableBuilderClass() |
UnsupportedResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unsupportedResourceStatus()
The status of the unsupported resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LogicalResourceId logicalResourceId()
The logical resource identifier for the unsupported resource.
public final PhysicalResourceId physicalResourceId()
The physical resource identifier for the unsupported resource.
public final String resourceType()
The type of resource.
public final String unsupportedResourceStatus()
The status of the unsupported resource.
public UnsupportedResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnsupportedResource.Builder,UnsupportedResource>public static UnsupportedResource.Builder builder()
public static Class<? extends UnsupportedResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.