Class RuleUpdateSuccess
- java.lang.Object
-
- software.amazon.awssdk.services.vpclattice.model.RuleUpdateSuccess
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RuleUpdateSuccess.Builder,RuleUpdateSuccess>
@Generated("software.amazon.awssdk:codegen") public final class RuleUpdateSuccess extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleUpdateSuccess.Builder,RuleUpdateSuccess>
Describes a successful rule update.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuleUpdateSuccess.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleActionaction()The action for the default rule.Stringarn()The Amazon Resource Name (ARN) of the listener.static RuleUpdateSuccess.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the listener.BooleanisDefault()Indicates whether this is the default rule.RuleMatchmatch()The rule match.Stringname()The name of the listener.Integerpriority()The rule priority.List<SdkField<?>>sdkFields()static Class<? extends RuleUpdateSuccess.Builder>serializableBuilderClass()RuleUpdateSuccess.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
-
action
public final RuleAction action()
The action for the default rule.
- Returns:
- The action for the default rule.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the listener.
- Returns:
- The Amazon Resource Name (ARN) of the listener.
-
id
public final String id()
The ID of the listener.
- Returns:
- The ID of the listener.
-
isDefault
public final Boolean isDefault()
Indicates whether this is the default rule.
- Returns:
- Indicates whether this is the default rule.
-
match
public final RuleMatch match()
The rule match.
- Returns:
- The rule match.
-
name
public final String name()
The name of the listener.
- Returns:
- The name of the listener.
-
priority
public final Integer priority()
The rule priority.
- Returns:
- The rule priority.
-
toBuilder
public RuleUpdateSuccess.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RuleUpdateSuccess.Builder,RuleUpdateSuccess>
-
builder
public static RuleUpdateSuccess.Builder builder()
-
serializableBuilderClass
public static Class<? extends RuleUpdateSuccess.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.
-
-