public class ConfirmPrivateVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ConfirmPrivateVirtualInterface operation.
NOOP| Constructor and Description |
|---|
ConfirmPrivateVirtualInterfaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ConfirmPrivateVirtualInterfaceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getVirtualGatewayId()
ID of the virtual private gateway that will be attached to the virtual
interface.
|
String |
getVirtualInterfaceId() |
int |
hashCode() |
void |
setVirtualGatewayId(String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual
interface.
|
void |
setVirtualInterfaceId(String virtualInterfaceId) |
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) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ConfirmPrivateVirtualInterfaceRequest()
public void setVirtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId - public String getVirtualInterfaceId()
public ConfirmPrivateVirtualInterfaceRequest withVirtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId - public void setVirtualGatewayId(String 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
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 getVirtualGatewayId()
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
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)
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
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 ObjectObject.toString()public ConfirmPrivateVirtualInterfaceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.