Class UnprocessedAutomationRule
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.UnprocessedAutomationRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>
@Generated("software.amazon.awssdk:codegen") public final class UnprocessedAutomationRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>
A list of objects containing
RuleArn,ErrorCode, andErrorMessage. This parameter tells you which automation rules the request didn't process and why.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnprocessedAutomationRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnprocessedAutomationRule.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegererrorCode()The error code associated with the unprocessed automation rule.StringerrorMessage()An error message describing why a request didn't process a specific rule.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringruleArn()The Amazon Resource Name (ARN) for the unprocessed automation rule.List<SdkField<?>>sdkFields()static Class<? extends UnprocessedAutomationRule.Builder>serializableBuilderClass()UnprocessedAutomationRule.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
-
ruleArn
public final String ruleArn()
The Amazon Resource Name (ARN) for the unprocessed automation rule.
- Returns:
- The Amazon Resource Name (ARN) for the unprocessed automation rule.
-
errorCode
public final Integer errorCode()
The error code associated with the unprocessed automation rule.
- Returns:
- The error code associated with the unprocessed automation rule.
-
errorMessage
public final String errorMessage()
An error message describing why a request didn't process a specific rule.
- Returns:
- An error message describing why a request didn't process a specific rule.
-
toBuilder
public UnprocessedAutomationRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>
-
builder
public static UnprocessedAutomationRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnprocessedAutomationRule.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.
-
-