public class GetOnPremisesInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetOnPremisesInstance operation.
Gets information about an on-premises instance.
NOOP| Constructor and Description |
|---|
GetOnPremisesInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOnPremisesInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceName()
The name of the on-premises instance to get information about
|
int |
hashCode() |
void |
setInstanceName(String instanceName)
The name of the on-premises instance to get information about
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOnPremisesInstanceRequest |
withInstanceName(String instanceName)
The name of the on-premises instance to get information about
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getInstanceName()
public void setInstanceName(String instanceName)
instanceName - The name of the on-premises instance to get information aboutpublic GetOnPremisesInstanceRequest withInstanceName(String instanceName)
Returns a reference to this object so that method calls can be chained together.
instanceName - The name of the on-premises instance to get information aboutpublic String toString()
toString in class ObjectObject.toString()public GetOnPremisesInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.