@Generated(value="software.amazon.awssdk:codegen") public final class ImpersonationMatchedRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImpersonationMatchedRule.Builder,ImpersonationMatchedRule>
The impersonation rule that matched the input.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImpersonationMatchedRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImpersonationMatchedRule.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
impersonationRuleId()
The ID of the rule that matched the input
|
String |
name()
The name of the rule that matched the input.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImpersonationMatchedRule.Builder> |
serializableBuilderClass() |
ImpersonationMatchedRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String impersonationRuleId()
The ID of the rule that matched the input
public final String name()
The name of the rule that matched the input.
public ImpersonationMatchedRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImpersonationMatchedRule.Builder,ImpersonationMatchedRule>public static ImpersonationMatchedRule.Builder builder()
public static Class<? extends ImpersonationMatchedRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.