@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectConnectGatewayId()
ID of the direct connect gateway that will be attached to the virtual interface.
|
String |
getVirtualGatewayId()
ID of the virtual private gateway that will be attached to the virtual interface.
|
String |
getVirtualInterfaceId() |
int |
hashCode() |
void |
setDirectConnectGatewayId(String directConnectGatewayId)
ID of the direct connect gateway that will be attached to the virtual interface.
|
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 |
withDirectConnectGatewayId(String directConnectGatewayId)
ID of the direct connect gateway that will be attached to the virtual interface.
|
ConfirmPrivateVirtualInterfaceRequest |
withVirtualGatewayId(String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual interface.
|
ConfirmPrivateVirtualInterfaceRequest |
withVirtualInterfaceId(String virtualInterfaceId) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 void setDirectConnectGatewayId(String directConnectGatewayId)
ID of the direct connect gateway that will be attached to the virtual interface.
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
directConnectGatewayId
- ID of the direct connect gateway that will be attached to the virtual interface.
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
public String getDirectConnectGatewayId()
ID of the direct connect gateway that will be attached to the virtual interface.
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
public ConfirmPrivateVirtualInterfaceRequest withDirectConnectGatewayId(String directConnectGatewayId)
ID of the direct connect gateway that will be attached to the virtual interface.
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
directConnectGatewayId
- ID of the direct connect gateway that will be attached to the virtual interface.
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
public String toString()
toString
in class Object
Object.toString()
public ConfirmPrivateVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.