@Generated(value="software.amazon.awssdk:codegen") public final class RuleUpdateSuccess extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleUpdateSuccess.Builder,RuleUpdateSuccess>
Describes a successful rule update.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleUpdateSuccess.Builder |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
action()
The action for the default rule.
|
String |
arn()
The Amazon Resource Name (ARN) of the listener.
|
static RuleUpdateSuccess.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the listener.
|
Boolean |
isDefault()
Indicates whether this is the default rule.
|
RuleMatch |
match()
The rule match.
|
String |
name()
The name of the listener.
|
Integer |
priority()
The rule priority.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RuleUpdateSuccess.Builder> |
serializableBuilderClass() |
RuleUpdateSuccess.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RuleAction action()
The action for the default rule.
public final String arn()
The Amazon Resource Name (ARN) of the listener.
public final String id()
The ID of the listener.
public final Boolean isDefault()
Indicates whether this is the default rule.
public final RuleMatch match()
The rule match.
public final String name()
The name of the listener.
public final Integer priority()
The rule priority.
public RuleUpdateSuccess.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RuleUpdateSuccess.Builder,RuleUpdateSuccess>public static RuleUpdateSuccess.Builder builder()
public static Class<? extends RuleUpdateSuccess.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.