public class GetOnPremisesInstanceResult extends Object implements Serializable, Cloneable
Represents the output of a get on-premises instance 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.
|
public InstanceInfo getInstanceInfo()
public void setInstanceInfo(InstanceInfo instanceInfo)
instanceInfo - Information about the on-premises instance.public GetOnPremisesInstanceResult withInstanceInfo(InstanceInfo instanceInfo)
Returns a reference to this object so that method calls can be chained together.
instanceInfo - Information about the on-premises instance.public String toString()
toString in class ObjectObject.toString()public GetOnPremisesInstanceResult clone()
Copyright © 2015. All rights reserved.