@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcIngressConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeVpcIngressConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcIngressConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getVpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
|
int |
hashCode() |
void |
setVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcIngressConnectionRequest |
withVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
|
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) of the App Runner VPC Ingress Connection that you want a description for.
vpcIngressConnectionArn
- The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.public String getVpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
public DescribeVpcIngressConnectionRequest withVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
vpcIngressConnectionArn
- The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcIngressConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()