@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetConnectionStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetConnectionStatusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTarget()
The ID of the instance.
|
int |
hashCode() |
void |
setTarget(String target)
The ID of the instance.
|
String |
toString()
Returns a string representation of this object.
|
GetConnectionStatusRequest |
withTarget(String target)
The ID of the instance.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTarget(String target)
The ID of the instance.
target
- The ID of the instance.public String getTarget()
The ID of the instance.
public GetConnectionStatusRequest withTarget(String target)
The ID of the instance.
target
- The ID of the instance.public String toString()
toString
in class Object
Object.toString()
public GetConnectionStatusRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.