@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptVpcPeeringConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AcceptVpcPeeringConnectionResult() |
Modifier and Type | Method and Description |
---|---|
AcceptVpcPeeringConnectionResult |
clone() |
boolean |
equals(Object obj) |
VpcPeeringConnection |
getVpcPeeringConnection()
Information about the VPC peering connection.
|
int |
hashCode() |
void |
setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
String |
toString()
Returns a string representation of this object.
|
AcceptVpcPeeringConnectionResult |
withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
vpcPeeringConnection
- Information about the VPC peering connection.public VpcPeeringConnection getVpcPeeringConnection()
Information about the VPC peering connection.
public AcceptVpcPeeringConnectionResult withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
vpcPeeringConnection
- Information about the VPC peering connection.public String toString()
toString
in class Object
Object.toString()
public AcceptVpcPeeringConnectionResult clone()