public class TestConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TestConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestConnectionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
String |
getReplicationInstanceArn()
The Amazon Resource Number (ARN) of the replication instance.
|
int |
hashCode() |
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
void |
setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Number (ARN) of the replication instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TestConnectionRequest |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
TestConnectionRequest |
withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Number (ARN) of the replication instance.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Number (ARN) of the replication instance.
replicationInstanceArn - The Amazon Resource Number (ARN) of the replication instance.public String getReplicationInstanceArn()
The Amazon Resource Number (ARN) of the replication instance.
public TestConnectionRequest withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Number (ARN) of the replication instance.
replicationInstanceArn - The Amazon Resource Number (ARN) of the replication instance.public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.public String getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public TestConnectionRequest withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.public String toString()
toString in class ObjectObject.toString()public TestConnectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.