public class DescribeVpcPeeringConnectionsResult extends Object implements Serializable
Constructor and Description |
---|
DescribeVpcPeeringConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<VpcPeeringConnection> |
getVpcPeeringConnections()
Information about the VPC peering connections
|
int |
hashCode() |
void |
setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcPeeringConnectionsResult |
withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections
|
DescribeVpcPeeringConnectionsResult |
withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections
|
public List<VpcPeeringConnection> getVpcPeeringConnections()
public void setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
vpcPeeringConnections
- Information about the VPC peering connectionspublic DescribeVpcPeeringConnectionsResult withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Returns a reference to this object so that method calls can be chained together.
vpcPeeringConnections
- Information about the VPC peering connectionspublic DescribeVpcPeeringConnectionsResult withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Returns a reference to this object so that method calls can be chained together.
vpcPeeringConnections
- Information about the VPC peering connectionspublic String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.