public class GetOnPremisesInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a get on-premises instance operation.
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setInstanceName(String instanceName)
The name of the on-premises instance to get information about
instanceName
- The name of the on-premises instance to get information aboutpublic String getInstanceName()
The name of the on-premises instance to get information about
public GetOnPremisesInstanceRequest withInstanceName(String instanceName)
The name of the on-premises instance to get information about
instanceName
- The name of the on-premises instance to get information aboutpublic String toString()
toString
in class Object
Object.toString()
public GetOnPremisesInstanceRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.