public class DescribeConnectionDetailRequest extends AmazonWebServiceRequest implements Serializable
DescribeConnectionDetail operation
.
Displays details about a specific connection including the order steps for the connection and the current state of the connection order.
Constructor and Description |
---|
DescribeConnectionDetailRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConnectionId()
ID of the connection.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
ID of the connection.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConnectionDetailRequest |
withConnectionId(String connectionId)
ID of the connection.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public DescribeConnectionDetailRequest withConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.