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