public class DescribePlacementGroupsResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribePlacementGroupsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<PlacementGroup> |
getPlacementGroups()
Contains information about the specified
PlacementGroups. |
int |
hashCode() |
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. |
public java.util.List<PlacementGroup> getPlacementGroups()
PlacementGroups.PlacementGroups.public void setPlacementGroups(java.util.Collection<PlacementGroup> placementGroups)
PlacementGroups.placementGroups - Contains information about the specified PlacementGroups.public DescribePlacementGroupsResult withPlacementGroups(PlacementGroup... placementGroups)
PlacementGroups.
Returns a reference to this object so that method calls can be chained together.
placementGroups - Contains information about the specified PlacementGroups.public DescribePlacementGroupsResult withPlacementGroups(java.util.Collection<PlacementGroup> placementGroups)
PlacementGroups.
Returns a reference to this object so that method calls can be chained together.
placementGroups - Contains information about the specified PlacementGroups.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object