@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedAutomationRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>
A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This
parameter tells you which automation rules the request didn't process and why.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedAutomationRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedAutomationRule.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
errorCode()
The error code associated with the unprocessed automation rule.
|
String |
errorMessage()
An error message describing why a request didn't process a specific rule.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ruleArn()
The Amazon Resource Name (ARN) for the unprocessed automation rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedAutomationRule.Builder> |
serializableBuilderClass() |
UnprocessedAutomationRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ruleArn()
The Amazon Resource Name (ARN) for the unprocessed automation rule.
public final Integer errorCode()
The error code associated with the unprocessed automation rule.
public final String errorMessage()
An error message describing why a request didn't process a specific rule.
public UnprocessedAutomationRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>public static UnprocessedAutomationRule.Builder builder()
public static Class<? extends UnprocessedAutomationRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.