@Generated(value="software.amazon.awssdk:codegen") public final class RuleUpdateFailure extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleUpdateFailure.Builder,RuleUpdateFailure>
Describes a rule update that failed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleUpdateFailure.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RuleUpdateFailure.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureCode()
The failure code.
|
String |
failureMessage()
The failure message.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ruleIdentifier()
The ID or Amazon Resource Name (ARN) of the rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RuleUpdateFailure.Builder> |
serializableBuilderClass() |
RuleUpdateFailure.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String failureCode()
The failure code.
public final String failureMessage()
The failure message.
public final String ruleIdentifier()
The ID or Amazon Resource Name (ARN) of the rule.
public RuleUpdateFailure.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RuleUpdateFailure.Builder,RuleUpdateFailure>public static RuleUpdateFailure.Builder builder()
public static Class<? extends RuleUpdateFailure.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.