@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOnPremisesInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetOnPremisesInstance operation.
Constructor and Description |
---|
GetOnPremisesInstanceResult() |
Modifier and Type | Method and Description |
---|---|
GetOnPremisesInstanceResult |
clone() |
boolean |
equals(Object obj) |
InstanceInfo |
getInstanceInfo()
Information about the on-premises instance.
|
int |
hashCode() |
void |
setInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetOnPremisesInstanceResult |
withInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
instanceInfo
- Information about the on-premises instance.public InstanceInfo getInstanceInfo()
Information about the on-premises instance.
public GetOnPremisesInstanceResult withInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
instanceInfo
- Information about the on-premises instance.public String toString()
toString
in class Object
Object.toString()
public GetOnPremisesInstanceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.