@Generated(value="software.amazon.awssdk:codegen") public class DescribePlacementGroupsRequest extends EC2Request implements ToCopyableBuilder<DescribePlacementGroupsRequest.Builder,DescribePlacementGroupsRequest>
Contains the parameters for DescribePlacementGroups.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePlacementGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePlacementGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<Filter> |
filters()
One or more filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
List<String> |
groupNames()
One or more placement group names.
|
int |
hashCode() |
static Class<? extends DescribePlacementGroupsRequest.Builder> |
serializableBuilderClass() |
DescribePlacementGroupsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic List<Filter> filters()
One or more filters.
group-name - The name of the placement group.
state - The state of the placement group (pending | available |
deleting | deleted).
strategy - The strategy of the placement group (cluster).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
group-name - The name of the placement group.
state - The state of the placement group (pending | available |
deleting | deleted).
strategy - The strategy of the placement group (cluster).
public List<String> groupNames()
One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Default: Describes all your placement groups, or only those otherwise specified.
public DescribePlacementGroupsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribePlacementGroupsRequest.Builder,DescribePlacementGroupsRequest>toBuilder in class EC2Requestpublic static DescribePlacementGroupsRequest.Builder builder()
public static Class<? extends DescribePlacementGroupsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.