@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHostedConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeHostedConnections operation.
NOOP| Constructor and Description |
|---|
DescribeHostedConnectionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeHostedConnectionsRequest |
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 interconnect or LAG on which the hosted connections are provisioned.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the interconnect or LAG on which the hosted connections are provisioned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeHostedConnectionsRequest |
withConnectionId(String connectionId)
The ID of the interconnect or LAG on which the hosted connections are provisioned.
|
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 setConnectionId(String connectionId)
The ID of the interconnect or LAG on which the hosted connections are provisioned.
Example: dxcon-abc123 or dxlag-abc123
Default: None
connectionId - The ID of the interconnect or LAG on which the hosted connections are provisioned.
Example: dxcon-abc123 or dxlag-abc123
Default: None
public String getConnectionId()
The ID of the interconnect or LAG on which the hosted connections are provisioned.
Example: dxcon-abc123 or dxlag-abc123
Default: None
Example: dxcon-abc123 or dxlag-abc123
Default: None
public DescribeHostedConnectionsRequest withConnectionId(String connectionId)
The ID of the interconnect or LAG on which the hosted connections are provisioned.
Example: dxcon-abc123 or dxlag-abc123
Default: None
connectionId - The ID of the interconnect or LAG on which the hosted connections are provisioned.
Example: dxcon-abc123 or dxlag-abc123
Default: None
public String toString()
toString in class ObjectObject.toString()public DescribeHostedConnectionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.