Container for the parameters to the AcceptVpcPeeringConnection operation.
            
Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the pending-acceptance state, and you must be the owner of the peer VPC. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AcceptVpcPeeringConnectionRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AcceptVpcPeeringConnectionRequest()()()() | Initializes a new instance of the AcceptVpcPeeringConnectionRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetVpcPeeringConnectionId()()()() | 
            Checks if VpcPeeringConnectionId is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcPeeringConnectionId | 
            The ID of the VPC peering connection.
             
             | 
|  | WithVpcPeeringConnectionId(String) | Obsolete. 
            Sets the VpcPeeringConnectionId
            The VpcPeeringConnectionId. | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | AcceptVpcPeeringConnectionRequest | |