public class DescribePlacementGroupsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribePlacementGroups operation.
Returns information about one or more PlacementGroup instances in a user's account.
| コンストラクタと説明 |
|---|
DescribePlacementGroupsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for Placement Groups.
|
java.util.List<java.lang.String> |
getGroupNames()
The name of the
PlacementGroup. |
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Placement Groups.
|
void |
setGroupNames(java.util.Collection<java.lang.String> groupNames)
The name of the
PlacementGroup. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePlacementGroupsRequest |
withFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Placement Groups.
|
DescribePlacementGroupsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for Placement Groups.
|
DescribePlacementGroupsRequest |
withGroupNames(java.util.Collection<java.lang.String> groupNames)
The name of the
PlacementGroup. |
DescribePlacementGroupsRequest |
withGroupNames(java.lang.String... groupNames)
The name of the
PlacementGroup. |
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getGroupNames()
PlacementGroup.PlacementGroup.public void setGroupNames(java.util.Collection<java.lang.String> groupNames)
PlacementGroup.groupNames - The name of the PlacementGroup.public DescribePlacementGroupsRequest withGroupNames(java.lang.String... groupNames)
PlacementGroup.
Returns a reference to this object so that method calls can be chained together.
groupNames - The name of the PlacementGroup.public DescribePlacementGroupsRequest withGroupNames(java.util.Collection<java.lang.String> groupNames)
PlacementGroup.
Returns a reference to this object so that method calls can be chained together.
groupNames - The name of the PlacementGroup.public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - A list of filters used to match properties for Placement Groups. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribePlacementGroupsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for Placement Groups. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribePlacementGroupsRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for Placement Groups. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.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