@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() |
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) |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, 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()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.