Class DetachInstancesResult

    • Constructor Detail

      • DetachInstancesResult

        public DetachInstancesResult()
    • Method Detail

      • getActivities

        public List<Activity> getActivities()

        The activities related to detaching the instances from the Auto Scaling group.

        Returns:
        The activities related to detaching the instances from the Auto Scaling group.
      • setActivities

        public void setActivities​(Collection<Activity> activities)

        The activities related to detaching the instances from the Auto Scaling group.

        Parameters:
        activities - The activities related to detaching the instances from the Auto Scaling group.
      • withActivities

        public DetachInstancesResult withActivities​(Activity... activities)

        The activities related to detaching the instances from the Auto Scaling group.

        NOTE: This method appends the values to the existing list (if any). Use setActivities(java.util.Collection) or withActivities(java.util.Collection) if you want to override the existing values.

        Parameters:
        activities - The activities related to detaching the instances from the Auto Scaling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withActivities

        public DetachInstancesResult withActivities​(Collection<Activity> activities)

        The activities related to detaching the instances from the Auto Scaling group.

        Parameters:
        activities - The activities related to detaching the instances from the Auto Scaling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object