@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()
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.
|
int |
hashCode() |
void |
setVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcPeeringAuthorizationsResult |
withVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.
|
DescribeVpcPeeringAuthorizationsResult |
withVpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcPeeringAuthorizationsResult()
public List<VpcPeeringAuthorization> getVpcPeeringAuthorizations()
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
public void setVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
vpcPeeringAuthorizations
- A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.public DescribeVpcPeeringAuthorizationsResult withVpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services 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
- A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.public DescribeVpcPeeringAuthorizationsResult withVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
vpcPeeringAuthorizations
- A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcPeeringAuthorizationsResult clone()