public class ConfirmPrivateVirtualInterfaceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Container for the parameters to the ConfirmPrivateVirtualInterface operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
virtualGatewayId
ID of the virtual private gateway that will be attached to the virtual
interface.
|
private java.lang.String |
virtualInterfaceId |
NOOP
Constructor and Description |
---|
ConfirmPrivateVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
ConfirmPrivateVirtualInterfaceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getVirtualGatewayId()
ID of the virtual private gateway that will be attached to the virtual
interface.
|
java.lang.String |
getVirtualInterfaceId() |
int |
hashCode() |
void |
setVirtualGatewayId(java.lang.String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual
interface.
|
void |
setVirtualInterfaceId(java.lang.String virtualInterfaceId) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfirmPrivateVirtualInterfaceRequest |
withVirtualGatewayId(java.lang.String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual
interface.
|
ConfirmPrivateVirtualInterfaceRequest |
withVirtualInterfaceId(java.lang.String virtualInterfaceId) |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String virtualInterfaceId
private java.lang.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
public ConfirmPrivateVirtualInterfaceRequest()
public void setVirtualInterfaceId(java.lang.String virtualInterfaceId)
virtualInterfaceId
- public java.lang.String getVirtualInterfaceId()
public ConfirmPrivateVirtualInterfaceRequest withVirtualInterfaceId(java.lang.String virtualInterfaceId)
virtualInterfaceId
- public void setVirtualGatewayId(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ConfirmPrivateVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()