Class GetOnPremisesInstanceResult
java.lang.Object
com.amazonaws.services.codedeploy.model.GetOnPremisesInstanceResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a get on-premises instance operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the on-premises instance.inthashCode()voidsetInstanceInfo(InstanceInfo instanceInfo) Information about the on-premises instance.toString()Returns a string representation of this object; useful for testing and debugging.withInstanceInfo(InstanceInfo instanceInfo) Information about the on-premises instance.
-
Constructor Details
-
GetOnPremisesInstanceResult
public GetOnPremisesInstanceResult()
-
-
Method Details
-
setInstanceInfo
Information about the on-premises instance.
- Parameters:
instanceInfo- Information about the on-premises instance.
-
getInstanceInfo
Information about the on-premises instance.
- Returns:
- Information about the on-premises instance.
-
withInstanceInfo
Information about the on-premises instance.
- Parameters:
instanceInfo- Information about the on-premises instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-