@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcPeeringConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeVpcPeeringConnections.
| 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<VpcPeeringConnection> getVpcPeeringConnections()
Information about the VPC peering connections.
public void setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
vpcPeeringConnections - Information about the VPC peering connections.public DescribeVpcPeeringConnectionsResult withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
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.
vpcPeeringConnections - Information about the VPC peering connections.public DescribeVpcPeeringConnectionsResult withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
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.