Class UpdateRuleResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse
-
- software.amazon.awssdk.services.vpclattice.model.UpdateRuleResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateRuleResponse.Builder,UpdateRuleResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateRuleResponse extends VpcLatticeResponse implements ToCopyableBuilder<UpdateRuleResponse.Builder,UpdateRuleResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateRuleResponse.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.Stringarn()The Amazon Resource Name (ARN) of the listener.static UpdateRuleResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the listener.BooleanisDefault()Indicates whether this is the default rule.RuleMatchmatch()The rule match.Stringname()The name of the listener.Integerpriority()The rule priority.List<SdkField<?>>sdkFields()static Class<? extends UpdateRuleResponse.Builder>serializableBuilderClass()UpdateRuleResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the listener.
- Returns:
- The Amazon Resource Name (ARN) of the listener.
-
id
public final String id()
The ID of the listener.
- Returns:
- The ID of the listener.
-
isDefault
public final Boolean isDefault()
Indicates whether this is the default rule.
- Returns:
- Indicates whether this is the default rule.
-
match
public final RuleMatch match()
The rule match.
- Returns:
- The rule match.
-
name
public final String name()
The name of the listener.
- Returns:
- The name of the listener.
-
priority
public final Integer priority()
The rule priority.
- Returns:
- The rule priority.
-
toBuilder
public UpdateRuleResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateRuleResponse.Builder,UpdateRuleResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateRuleResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateRuleResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-