@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcPeeringAuthorizationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcPeeringAuthorizationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcPeeringAuthorizationsResult |
clone() |
boolean |
equals(Object obj) |
List<VpcPeeringAuthorization> |
getVpcPeeringAuthorizations()
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
int |
hashCode() |
void |
setVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeVpcPeeringAuthorizationsResult |
withVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
DescribeVpcPeeringAuthorizationsResult |
withVpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcPeeringAuthorizationsResult()
public List<VpcPeeringAuthorization> getVpcPeeringAuthorizations()
Collection of objects that describe all valid VPC peering operations for the current AWS account.
public void setVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
vpcPeeringAuthorizations
- Collection of objects that describe all valid VPC peering operations for the current AWS account.public DescribeVpcPeeringAuthorizationsResult withVpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setVpcPeeringAuthorizations(java.util.Collection)
or
withVpcPeeringAuthorizations(java.util.Collection)
if you want to override the existing values.
vpcPeeringAuthorizations
- Collection of objects that describe all valid VPC peering operations for the current AWS account.public DescribeVpcPeeringAuthorizationsResult withVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
vpcPeeringAuthorizations
- Collection of objects that describe all valid VPC peering operations for the current AWS account.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcPeeringAuthorizationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.