public class ConfirmPrivateVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable
ConfirmPrivateVirtualInterface operation
.
Accept ownership of a private virtual interface created by another customer.
After the virtual interface owner calls this function, the virtual interface will be created and attached to the given virtual private gateway, and will be available for handling traffic.
NOOP
Constructor and Description |
---|
ConfirmPrivateVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getVirtualGatewayId()
ID of the virtual private gateway that will be attached to the virtual
interface.
|
String |
getVirtualInterfaceId()
ID of the virtual interface.
|
int |
hashCode() |
void |
setVirtualGatewayId(String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual
interface.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfirmPrivateVirtualInterfaceRequest |
withVirtualGatewayId(String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual
interface.
|
ConfirmPrivateVirtualInterfaceRequest |
withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ConfirmPrivateVirtualInterfaceRequest()
public String getVirtualInterfaceId()
Example: dxvif-123dfg56
Default: None
Example: dxvif-123dfg56
Default: None
public void setVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public ConfirmPrivateVirtualInterfaceRequest withVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
Returns a reference to this object so that method calls can be chained together.
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public String getVirtualGatewayId()
A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
public void setVirtualGatewayId(String virtualGatewayId)
A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
virtualGatewayId
- ID of the virtual private gateway that will be attached to the virtual
interface. A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
public ConfirmPrivateVirtualInterfaceRequest withVirtualGatewayId(String virtualGatewayId)
A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
Returns a reference to this object so that method calls can be chained together.
virtualGatewayId
- ID of the virtual private gateway that will be attached to the virtual
interface. A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.