public class GetInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
GetInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceName()
The name of the instance.
|
int |
hashCode() |
void |
setInstanceName(String instanceName)
The name of the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetInstanceRequest |
withInstanceName(String instanceName)
The name of the 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, withSdkRequestTimeout
public void setInstanceName(String instanceName)
The name of the instance.
instanceName
- The name of the instance.public String getInstanceName()
The name of the instance.
public GetInstanceRequest withInstanceName(String instanceName)
The name of the instance.
instanceName
- The name of the instance.public String toString()
toString
in class Object
Object.toString()
public GetInstanceRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.