@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVpcIngressConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateVpcIngressConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVpcIngressConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
IngressVpcConfiguration |
getIngressVpcConfiguration()
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.
|
String |
getVpcIngressConnectionArn()
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
|
int |
hashCode() |
void |
setIngressVpcConfiguration(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.
|
void |
setVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVpcIngressConnectionRequest |
withIngressVpcConfiguration(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.
|
UpdateVpcIngressConnectionRequest |
withVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
vpcIngressConnectionArn
- The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.public String getVpcIngressConnectionArn()
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
public UpdateVpcIngressConnectionRequest withVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
vpcIngressConnectionArn
- The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.public void setIngressVpcConfiguration(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.
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 IngressVpcConfiguration getIngressVpcConfiguration()
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 withIngressVpcConfiguration(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.
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 String toString()
toString
in class Object
Object.toString()
public UpdateVpcIngressConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()