@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateConnectionFromLagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DisassociateConnectionFromLag operation.
NOOP
Constructor and Description |
---|
DisassociateConnectionFromLagRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateConnectionFromLagRequest |
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 connection to disassociate from the LAG.
|
String |
getLagId()
The ID of the LAG.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the connection to disassociate from the LAG.
|
void |
setLagId(String lagId)
The ID of the LAG.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateConnectionFromLagRequest |
withConnectionId(String connectionId)
The ID of the connection to disassociate from the LAG.
|
DisassociateConnectionFromLagRequest |
withLagId(String lagId)
The ID of the LAG.
|
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 DisassociateConnectionFromLagRequest()
public void setConnectionId(String connectionId)
The ID of the connection to disassociate from the LAG.
Example: dxcon-abc123
Default: None
connectionId
- The ID of the connection to disassociate from the LAG.
Example: dxcon-abc123
Default: None
public String getConnectionId()
The ID of the connection to disassociate from the LAG.
Example: dxcon-abc123
Default: None
Example: dxcon-abc123
Default: None
public DisassociateConnectionFromLagRequest withConnectionId(String connectionId)
The ID of the connection to disassociate from the LAG.
Example: dxcon-abc123
Default: None
connectionId
- The ID of the connection to disassociate from the LAG.
Example: dxcon-abc123
Default: None
public void setLagId(String lagId)
The ID of the LAG.
Example: dxlag-abc123
Default: None
lagId
- The ID of the LAG.
Example: dxlag-abc123
Default: None
public String getLagId()
The ID of the LAG.
Example: dxlag-abc123
Default: None
Example: dxlag-abc123
Default: None
public DisassociateConnectionFromLagRequest withLagId(String lagId)
The ID of the LAG.
Example: dxlag-abc123
Default: None
lagId
- The ID of the LAG.
Example: dxlag-abc123
Default: None
public String toString()
toString
in class Object
Object.toString()
public DisassociateConnectionFromLagRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.