@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRuleResponse extends VpcLatticeResponse implements ToCopyableBuilder<UpdateRuleResponse.Builder,UpdateRuleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRuleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
action()
Information about the action for the specified listener rule.
|
String |
arn()
The Amazon Resource Name (ARN) of the listener.
|
static UpdateRuleResponse.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 UpdateRuleResponse.Builder> |
serializableBuilderClass() |
UpdateRuleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RuleAction action()
Information about the action for the specified listener 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 UpdateRuleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRuleResponse.Builder,UpdateRuleResponse>toBuilder in class AwsResponsepublic static UpdateRuleResponse.Builder builder()
public static Class<? extends UpdateRuleResponse.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.