public class ConfirmConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ConfirmConnection operation.
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() |
int |
hashCode() |
void |
setConnectionId(String connectionId) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfirmConnectionRequest |
withConnectionId(String connectionId) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConnectionId(String connectionId)
connectionId
- public String getConnectionId()
public ConfirmConnectionRequest withConnectionId(String connectionId)
connectionId
- public String toString()
toString
in class Object
Object.toString()
public ConfirmConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.