public class ConfirmConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ConfirmConnection operation
.
Confirm the creation of a hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the 'Ordering' state, and will remain in this state until the owner calls ConfirmConnection to confirm creation of the hosted connection.
NOOP
Constructor and Description |
---|
ConfirmConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
ConfirmConnectionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
ConfirmConnectionRequest |
withConnectionId(String connectionId)
ID of the connection.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, 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 ConfirmConnectionRequest 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()
public ConfirmConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.