@Generated(value="software.amazon.awssdk:codegen") public final class GetRuleResponse extends VpcLatticeResponse implements ToCopyableBuilder<GetRuleResponse.Builder,GetRuleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRuleResponse.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 GetRuleResponse.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 listener.
|
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.
|
RuleMatch |
match()
The rule match.
|
String |
name()
The name of the listener.
|
Integer |
priority()
The priority level for the specified rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRuleResponse.Builder> |
serializableBuilderClass() |
GetRuleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 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 listener.
public final Boolean isDefault()
Indicates whether this is the default rule.
public final Instant lastUpdatedAt()
The date and time that the listener rule was last updated, specified in ISO-8601 format.
public final RuleMatch match()
The rule match.
public final String name()
The name of the listener.
public final Integer priority()
The priority level for the specified rule.
public GetRuleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRuleResponse.Builder,GetRuleResponse>toBuilder in class AwsResponsepublic static GetRuleResponse.Builder builder()
public static Class<? extends GetRuleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.