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 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 © 2015. All rights reserved.