public class AcceptVpcPeeringConnectionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of AcceptVpcPeeringConnection.
Modifier and Type | Field and Description |
---|---|
private VpcPeeringConnection |
vpcPeeringConnection
Information about the VPC peering connection.
|
Constructor and Description |
---|
AcceptVpcPeeringConnectionResult() |
Modifier and Type | Method and Description |
---|---|
AcceptVpcPeeringConnectionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
VpcPeeringConnection |
getVpcPeeringConnection()
Information about the VPC peering connection.
|
int |
hashCode() |
void |
setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AcceptVpcPeeringConnectionResult |
withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
private VpcPeeringConnection vpcPeeringConnection
Information about the VPC peering connection.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AcceptVpcPeeringConnectionResult clone()
clone
in class java.lang.Object