Class RemediationExceptionResourceKey
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.RemediationExceptionResourceKey
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RemediationExceptionResourceKey.Builder,RemediationExceptionResourceKey>
@Generated("software.amazon.awssdk:codegen") public final class RemediationExceptionResourceKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RemediationExceptionResourceKey.Builder,RemediationExceptionResourceKey>
The details that identify a resource within Config, including the resource type and resource ID.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRemediationExceptionResourceKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RemediationExceptionResourceKey.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceId()The ID of the resource (for example., sg-xxxxxx).StringresourceType()The type of a resource.List<SdkField<?>>sdkFields()static Class<? extends RemediationExceptionResourceKey.Builder>serializableBuilderClass()RemediationExceptionResourceKey.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 type of a resource.
- Returns:
- The type of a resource.
-
resourceId
public final String resourceId()
The ID of the resource (for example., sg-xxxxxx).
- Returns:
- The ID of the resource (for example., sg-xxxxxx).
-
toBuilder
public RemediationExceptionResourceKey.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RemediationExceptionResourceKey.Builder,RemediationExceptionResourceKey>
-
builder
public static RemediationExceptionResourceKey.Builder builder()
-
serializableBuilderClass
public static Class<? extends RemediationExceptionResourceKey.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.
-
-