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