@Generated(value="software.amazon.awssdk:codegen") public final class AssociateResolverRuleRequest extends Route53ResolverRequest implements ToCopyableBuilder<AssociateResolverRuleRequest.Builder,AssociateResolverRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateResolverRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateResolverRuleRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A name for the association that you're creating between a Resolver rule and a VPC.
|
String |
resolverRuleId()
The ID of the Resolver rule that you want to associate with the VPC.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateResolverRuleRequest.Builder> |
serializableBuilderClass() |
AssociateResolverRuleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC that you want to associate the Resolver rule with.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resolverRuleId()
The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.
public final String name()
A name for the association that you're creating between a Resolver rule and a VPC.
public final String vpcId()
The ID of the VPC that you want to associate the Resolver rule with.
public AssociateResolverRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateResolverRuleRequest.Builder,AssociateResolverRuleRequest>toBuilder in class Route53ResolverRequestpublic static AssociateResolverRuleRequest.Builder builder()
public static Class<? extends AssociateResolverRuleRequest.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.