@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateHostedConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateHostedConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateHostedConnectionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionId()
The ID of the hosted connection.
|
String |
getParentConnectionId()
The ID of the interconnect or the LAG.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the hosted connection.
|
void |
setParentConnectionId(String parentConnectionId)
The ID of the interconnect or the LAG.
|
String |
toString()
Returns a string representation of this object.
|
AssociateHostedConnectionRequest |
withConnectionId(String connectionId)
The ID of the hosted connection.
|
AssociateHostedConnectionRequest |
withParentConnectionId(String parentConnectionId)
The ID of the interconnect or the LAG.
|
addHandlerContext, copyBaseTo, 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 setConnectionId(String connectionId)
The ID of the hosted connection.
connectionId - The ID of the hosted connection.public String getConnectionId()
The ID of the hosted connection.
public AssociateHostedConnectionRequest withConnectionId(String connectionId)
The ID of the hosted connection.
connectionId - The ID of the hosted connection.public void setParentConnectionId(String parentConnectionId)
The ID of the interconnect or the LAG.
parentConnectionId - The ID of the interconnect or the LAG.public String getParentConnectionId()
The ID of the interconnect or the LAG.
public AssociateHostedConnectionRequest withParentConnectionId(String parentConnectionId)
The ID of the interconnect or the LAG.
parentConnectionId - The ID of the interconnect or the LAG.public String toString()
toString in class ObjectObject.toString()public AssociateHostedConnectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.