@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcIngressConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeVpcIngressConnectionResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcIngressConnectionResult |
clone () |
boolean |
equals (Object obj) |
VpcIngressConnection |
getVpcIngressConnection ()
A description of the App Runner VPC Ingress Connection that you specified in this request.
|
int |
hashCode () |
void |
setVpcIngressConnection (VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that you specified in this request.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeVpcIngressConnectionResult |
withVpcIngressConnection (VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that you specified in this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribeVpcIngressConnectionResult()
public void setVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that you specified in this request.
vpcIngressConnection - A description of the App Runner VPC Ingress Connection that you specified in this request.public VpcIngressConnection getVpcIngressConnection()
A description of the App Runner VPC Ingress Connection that you specified in this request.
public DescribeVpcIngressConnectionResult withVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that you specified in this request.
vpcIngressConnection - A description of the App Runner VPC Ingress Connection that you specified in this request.public String toString()
toString in class Object Object.toString() public DescribeVpcIngressConnectionResult clone()