@Generated(value="software.amazon.awssdk:codegen") public final class UpdateVpcIngressConnectionRequest extends AppRunnerRequest implements ToCopyableBuilder<UpdateVpcIngressConnectionRequest.Builder,UpdateVpcIngressConnectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateVpcIngressConnectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateVpcIngressConnectionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IngressVpcConfiguration |
ingressVpcConfiguration()
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that
are used to update the VPC Ingress Connection resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateVpcIngressConnectionRequest.Builder> |
serializableBuilderClass() |
UpdateVpcIngressConnectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcIngressConnectionArn()
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpcIngressConnectionArn()
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
public final IngressVpcConfiguration ingressVpcConfiguration()
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
public UpdateVpcIngressConnectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateVpcIngressConnectionRequest.Builder,UpdateVpcIngressConnectionRequest>toBuilder in class AppRunnerRequestpublic static UpdateVpcIngressConnectionRequest.Builder builder()
public static Class<? extends UpdateVpcIngressConnectionRequest.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 © 2022. All rights reserved.