Class UpdateRuleRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.vpclattice.model.VpcLatticeRequest
-
- software.amazon.awssdk.services.vpclattice.model.UpdateRuleRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateRuleRequest extends VpcLatticeRequest implements ToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateRuleRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleActionaction()Information about the action for the specified listener rule.static UpdateRuleRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlistenerIdentifier()The ID or Amazon Resource Name (ARN) of the listener.RuleMatchmatch()The rule match.Integerpriority()The rule priority.StringruleIdentifier()The ID or Amazon Resource Name (ARN) of the rule.List<SdkField<?>>sdkFields()static Class<? extends UpdateRuleRequest.Builder>serializableBuilderClass()StringserviceIdentifier()The ID or Amazon Resource Name (ARN) of the service.UpdateRuleRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
action
public final RuleAction action()
Information about the action for the specified listener rule.
- Returns:
- Information about the action for the specified listener rule.
-
listenerIdentifier
public final String listenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
- Returns:
- The ID or Amazon Resource Name (ARN) of the listener.
-
match
public final RuleMatch match()
The rule match.
- Returns:
- The rule match.
-
priority
public final Integer priority()
The rule priority. A listener can't have multiple rules with the same priority.
- Returns:
- The rule priority. A listener can't have multiple rules with the same priority.
-
ruleIdentifier
public final String ruleIdentifier()
The ID or Amazon Resource Name (ARN) of the rule.
- Returns:
- The ID or Amazon Resource Name (ARN) of the rule.
-
serviceIdentifier
public final String serviceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
- Returns:
- The ID or Amazon Resource Name (ARN) of the service.
-
toBuilder
public UpdateRuleRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>- Specified by:
toBuilderin classVpcLatticeRequest
-
builder
public static UpdateRuleRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateRuleRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-