@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
|
String |
getVirtualInterfaceId ()
The ID of the virtual interface.
|
int |
hashCode () |
void |
setConnectionId (String connectionId)
The ID of the LAG or connection.
|
void |
setVirtualInterfaceId (String virtualInterfaceId)
The ID of the virtual interface.
|
String |
toString ()
Returns a string representation of this object.
|
AssociateVirtualInterfaceRequest |
withConnectionId (String connectionId)
The ID of the LAG or connection.
|
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 AssociateVirtualInterfaceRequest()
public void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId - The ID of the virtual interface.public String getVirtualInterfaceId()
The ID of the virtual interface.
public AssociateVirtualInterfaceRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId - The ID of the virtual interface.public void setConnectionId(String connectionId)
The ID of the LAG or connection.
connectionId - The ID of the LAG or connection.public String getConnectionId()
The ID of the LAG or connection.
public AssociateVirtualInterfaceRequest withConnectionId(String connectionId)
The ID of the LAG or connection.
connectionId - The ID of the LAG or connection.public String toString()
toString in class Object Object.toString() public AssociateVirtualInterfaceRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()