Class BatchGetOnPremisesInstancesResult
java.lang.Object
com.amazonaws.services.codedeploy.model.BatchGetOnPremisesInstancesResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a batch get on-premises instances operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the on-premises instances.inthashCode()voidsetInstanceInfos(Collection<InstanceInfo> instanceInfos) Information about the on-premises instances.toString()Returns a string representation of this object; useful for testing and debugging.withInstanceInfos(InstanceInfo... instanceInfos) Information about the on-premises instances.withInstanceInfos(Collection<InstanceInfo> instanceInfos) Information about the on-premises instances.
-
Constructor Details
-
BatchGetOnPremisesInstancesResult
public BatchGetOnPremisesInstancesResult()
-
-
Method Details
-
getInstanceInfos
Information about the on-premises instances.
- Returns:
- Information about the on-premises instances.
-
setInstanceInfos
Information about the on-premises instances.
- Parameters:
instanceInfos- Information about the on-premises instances.
-
withInstanceInfos
Information about the on-premises instances.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceInfos(java.util.Collection)orwithInstanceInfos(java.util.Collection)if you want to override the existing values.- Parameters:
instanceInfos- Information about the on-premises instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInstanceInfos
Information about the on-premises instances.
- Parameters:
instanceInfos- Information about the on-premises instances.- 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
-