@Generated(value="software.amazon.awssdk:codegen") public final class RemediationException extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RemediationException.Builder,RemediationException>
An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemediationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemediationException.Builder |
builder() |
String |
configRuleName()
The name of the Config rule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationTime()
The time when the remediation exception will be deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
An explanation of an remediation exception.
|
String |
resourceId()
The ID of the resource (for example., sg-xxxxxx).
|
String |
resourceType()
The type of a resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemediationException.Builder> |
serializableBuilderClass() |
RemediationException.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configRuleName()
The name of the Config rule.
public final String resourceType()
The type of a resource.
public final String resourceId()
The ID of the resource (for example., sg-xxxxxx).
public final String message()
An explanation of an remediation exception.
public final Instant expirationTime()
The time when the remediation exception will be deleted.
public RemediationException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemediationException.Builder,RemediationException>public static RemediationException.Builder builder()
public static Class<? extends RemediationException.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.