@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePlacementGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribePlacementGroupsRequest>
Contains the parameters for DescribePlacementGroups.
NOOP| Constructor and Description |
|---|
DescribePlacementGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribePlacementGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribePlacementGroupsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
List<String> |
getGroupNames()
One or more placement group names.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setGroupNames(Collection<String> groupNames)
One or more placement group names.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribePlacementGroupsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribePlacementGroupsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribePlacementGroupsRequest |
withGroupNames(Collection<String> groupNames)
One or more placement group names.
|
DescribePlacementGroupsRequest |
withGroupNames(String... groupNames)
One or more placement group names.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<Filter> getFilters()
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).
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 void setFilters(Collection<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).
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).
public DescribePlacementGroupsRequest withFilters(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).
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
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).
public DescribePlacementGroupsRequest withFilters(Collection<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).
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).
public List<String> getGroupNames()
One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
Default: Describes all your placement groups, or only those otherwise specified.
public void setGroupNames(Collection<String> groupNames)
One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
groupNames - One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
public DescribePlacementGroupsRequest withGroupNames(String... groupNames)
One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
NOTE: This method appends the values to the existing list (if any). Use
setGroupNames(java.util.Collection) or withGroupNames(java.util.Collection) if you want to
override the existing values.
groupNames - One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
public DescribePlacementGroupsRequest withGroupNames(Collection<String> groupNames)
One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
groupNames - One or more placement group names.
Default: Describes all your placement groups, or only those otherwise specified.
public Request<DescribePlacementGroupsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribePlacementGroupsRequest>public String toString()
toString in class ObjectObject.toString()public DescribePlacementGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.