public class DescribeVpcPeeringConnectionsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeVpcPeeringConnectionsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringConnectionsResult |
clone() |
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 connections.public DescribeVpcPeeringConnectionsResult withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
NOTE: This method appends the values to the existing list (if
any). Use setVpcPeeringConnections(java.util.Collection) or
withVpcPeeringConnections(java.util.Collection) if you want
to override the existing values.
Returns a reference to this object so that method calls can be chained together.
vpcPeeringConnections - Information about the VPC peering connections.public 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 connections.public String toString()
toString in class ObjectObject.toString()public DescribeVpcPeeringConnectionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.