com.amazonaws.services.ec2.model
Class DescribePlacementGroupsResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribePlacementGroupsResult

public class DescribePlacementGroupsResult
extends java.lang.Object


Constructor Summary
DescribePlacementGroupsResult()
           
 
Method Summary
 java.util.List<PlacementGroup> getPlacementGroups()
          Contains information about the specified PlacementGroups.
 void setPlacementGroups(java.util.Collection<PlacementGroup> placementGroups)
          Contains information about the specified PlacementGroups.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribePlacementGroupsResult withPlacementGroups(java.util.Collection<PlacementGroup> placementGroups)
          Contains information about the specified PlacementGroups.
 DescribePlacementGroupsResult withPlacementGroups(PlacementGroup... placementGroups)
          Contains information about the specified PlacementGroups.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribePlacementGroupsResult

public DescribePlacementGroupsResult()
Method Detail

getPlacementGroups

public java.util.List<PlacementGroup> getPlacementGroups()
Contains information about the specified PlacementGroups.

Returns:
Contains information about the specified PlacementGroups.

setPlacementGroups

public void setPlacementGroups(java.util.Collection<PlacementGroup> placementGroups)
Contains information about the specified PlacementGroups.

Parameters:
placementGroups - Contains information about the specified PlacementGroups.

withPlacementGroups

public DescribePlacementGroupsResult withPlacementGroups(PlacementGroup... placementGroups)
Contains information about the specified PlacementGroups.

Returns a reference to this object so that method calls can be chained together.

Parameters:
placementGroups - Contains information about the specified PlacementGroups.
Returns:
A reference to this updated object so that method calls can be chained together.

withPlacementGroups

public DescribePlacementGroupsResult withPlacementGroups(java.util.Collection<PlacementGroup> placementGroups)
Contains information about the specified PlacementGroups.

Returns a reference to this object so that method calls can be chained together.

Parameters:
placementGroups - Contains information about the specified PlacementGroups.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.