public class GetOnPremisesInstanceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a get on-premises instance operation.
Modifier and Type | Field and Description |
---|---|
private InstanceInfo |
instanceInfo
Information about the on-premises instance.
|
Constructor and Description |
---|
GetOnPremisesInstanceResult() |
Modifier and Type | Method and Description |
---|---|
GetOnPremisesInstanceResult |
clone() |
boolean |
equals(java.lang.Object obj) |
InstanceInfo |
getInstanceInfo()
Information about the on-premises instance.
|
int |
hashCode() |
void |
setInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOnPremisesInstanceResult |
withInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetOnPremisesInstanceResult clone()
clone
in class java.lang.Object