@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRuleRequest extends VpcLatticeRequest implements ToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
action()
Information about the action for the specified listener rule.
|
static UpdateRuleRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
listenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
|
RuleMatch |
match()
The rule match.
|
Integer |
priority()
The rule priority.
|
String |
ruleIdentifier()
The ID or Amazon Resource Name (ARN) of the rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRuleRequest.Builder> |
serializableBuilderClass() |
String |
serviceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
|
UpdateRuleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RuleAction action()
Information about the action for the specified listener rule.
public final String listenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
public final RuleMatch match()
The rule match.
public final Integer priority()
The rule priority. A listener can't have multiple rules with the same priority.
public final String ruleIdentifier()
The ID or Amazon Resource Name (ARN) of the rule.
public final String serviceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
public UpdateRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>toBuilder in class VpcLatticeRequestpublic static UpdateRuleRequest.Builder builder()
public static Class<? extends UpdateRuleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.