Class RuleSummary
- java.lang.Object
-
- software.amazon.awssdk.services.vpclattice.model.RuleSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RuleSummary.Builder,RuleSummary>
@Generated("software.amazon.awssdk:codegen") public final class RuleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleSummary.Builder,RuleSummary>
Summary information about the listener rule.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuleSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the rule.static RuleSummary.Builderbuilder()InstantcreatedAt()The date and time that the listener rule was created, specified in ISO-8601 format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the rule.BooleanisDefault()Indicates whether this is the default rule.InstantlastUpdatedAt()The date and time that the listener rule was last updated, specified in ISO-8601 format.Stringname()The name of the rule.Integerpriority()The priority of the rule.List<SdkField<?>>sdkFields()static Class<? extends RuleSummary.Builder>serializableBuilderClass()RuleSummary.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the rule.
- Returns:
- The Amazon Resource Name (ARN) of the rule.
-
createdAt
public final Instant createdAt()
The date and time that the listener rule was created, specified in ISO-8601 format.
- Returns:
- The date and time that the listener rule was created, specified in ISO-8601 format.
-
id
public final String id()
The ID of the rule.
- Returns:
- The ID of the rule.
-
isDefault
public final Boolean isDefault()
Indicates whether this is the default rule. Listener rules are created when you create a listener. Each listener has a default rule for checking connection requests.
- Returns:
- Indicates whether this is the default rule. Listener rules are created when you create a listener. Each listener has a default rule for checking connection requests.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
The date and time that the listener rule was last updated, specified in ISO-8601 format.
- Returns:
- The date and time that the listener rule was last updated, specified in ISO-8601 format.
-
name
public final String name()
The name of the rule.
- Returns:
- The name of the rule.
-
priority
public final Integer priority()
The priority of the rule.
- Returns:
- The priority of the rule.
-
toBuilder
public RuleSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RuleSummary.Builder,RuleSummary>
-
builder
public static RuleSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RuleSummary.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.
-
-