@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateConnectionWithLagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateConnectionWithLagRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateConnectionWithLagRequest |
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.
|
String |
getLagId()
The ID of the LAG with which to associate the connection.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the connection.
|
void |
setLagId(String lagId)
The ID of the LAG with which to associate the connection.
|
String |
toString()
Returns a string representation of this object.
|
AssociateConnectionWithLagRequest |
withConnectionId(String connectionId)
The ID of the connection.
|
AssociateConnectionWithLagRequest |
withLagId(String lagId)
The ID of the LAG with which to associate the connection.
|
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 setConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public String getConnectionId()
The ID of the connection.
public AssociateConnectionWithLagRequest withConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public void setLagId(String lagId)
The ID of the LAG with which to associate the connection.
lagId
- The ID of the LAG with which to associate the connection.public String getLagId()
The ID of the LAG with which to associate the connection.
public AssociateConnectionWithLagRequest withLagId(String lagId)
The ID of the LAG with which to associate the connection.
lagId
- The ID of the LAG with which to associate the connection.public String toString()
toString
in class Object
Object.toString()
public AssociateConnectionWithLagRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()