public class DescribeVpcPeeringConnectionsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeVpcPeeringConnections.
Constructor and Description |
---|
DescribeVpcPeeringConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<VpcPeeringConnection> |
getVpcPeeringConnections()
Information about the VPC peering connections.
|
int |
hashCode() |
void |
setVpcPeeringConnections(java.util.Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcPeeringConnectionsResult |
withVpcPeeringConnections(java.util.Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
DescribeVpcPeeringConnectionsResult |
withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
|
public java.util.List<VpcPeeringConnection> getVpcPeeringConnections()
public void setVpcPeeringConnections(java.util.Collection<VpcPeeringConnection> vpcPeeringConnections)
vpcPeeringConnections
- Information about the VPC peering connections.public DescribeVpcPeeringConnectionsResult withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Returns a reference to this object so that method calls can be chained together.
vpcPeeringConnections
- Information about the VPC peering connections.public DescribeVpcPeeringConnectionsResult withVpcPeeringConnections(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.