@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; useful for testing and debugging. 
 | 
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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public AssociateVirtualInterfaceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.