public class TestConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
TestConnectionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
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 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 Object
Object.toString()
public TestConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.