@Generated(value="software.amazon.awssdk:codegen") public final class RuleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleSummary.Builder,RuleSummary>
Summary information about the listener rule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the rule.
|
static RuleSummary.Builder |
builder() |
Instant |
createdAt()
The date and time that the listener rule was created, specified in ISO-8601 format.
|
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 rule.
|
Boolean |
isDefault()
Indicates whether this is the default rule.
|
Instant |
lastUpdatedAt()
The date and time that the listener rule was last updated, specified in ISO-8601 format.
|
String |
name()
The name of the rule.
|
Integer |
priority()
The priority of the rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RuleSummary.Builder> |
serializableBuilderClass() |
RuleSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the rule.
public final Instant createdAt()
The date and time that the listener rule was created, specified in ISO-8601 format.
public final String id()
The ID of the rule.
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.
public final Instant lastUpdatedAt()
The date and time that the listener rule was last updated, specified in ISO-8601 format.
public final String name()
The name of the rule.
public final Integer priority()
The priority of the rule.
public RuleSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RuleSummary.Builder,RuleSummary>public static RuleSummary.Builder builder()
public static Class<? extends RuleSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.