@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the AssociateVirtualInterface operation.
NOOP
Constructor and Description |
---|
AssociateVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateVirtualInterfaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The ID of the LAG or connection with which to associate the virtual interface.
|
String |
getVirtualInterfaceId()
The ID of the virtual interface.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the LAG or connection with which to associate the virtual interface.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateVirtualInterfaceRequest |
withConnectionId(String connectionId)
The ID of the LAG or connection with which to associate the virtual interface.
|
AssociateVirtualInterfaceRequest |
withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
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 void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
Example: dxvif-123dfg56
Default: None
virtualInterfaceId
- The ID of the virtual interface.
Example: dxvif-123dfg56
Default: None
public String getVirtualInterfaceId()
The ID of the virtual interface.
Example: dxvif-123dfg56
Default: None
Example: dxvif-123dfg56
Default: None
public AssociateVirtualInterfaceRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
Example: dxvif-123dfg56
Default: None
virtualInterfaceId
- The ID of the virtual interface.
Example: dxvif-123dfg56
Default: None
public void setConnectionId(String connectionId)
The ID of the LAG or connection with which to associate the virtual interface.
Example: dxlag-abc123 or dxcon-abc123
Default: None
connectionId
- The ID of the LAG or connection with which to associate the virtual interface.
Example: dxlag-abc123 or dxcon-abc123
Default: None
public String getConnectionId()
The ID of the LAG or connection with which to associate the virtual interface.
Example: dxlag-abc123 or dxcon-abc123
Default: None
Example: dxlag-abc123 or dxcon-abc123
Default: None
public AssociateVirtualInterfaceRequest withConnectionId(String connectionId)
The ID of the LAG or connection with which to associate the virtual interface.
Example: dxlag-abc123 or dxcon-abc123
Default: None
connectionId
- The ID of the LAG or connection with which to associate the virtual interface.
Example: dxlag-abc123 or dxcon-abc123
Default: None
public String toString()
toString
in class Object
Object.toString()
public AssociateVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.