|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribePlacementGroupsRequest
public class DescribePlacementGroupsRequest
Container for the parameters to the DescribePlacementGroups operation
.
Returns information about one or more PlacementGroup instances in a user's account.
AmazonEC2.describePlacementGroups(DescribePlacementGroupsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribePlacementGroupsRequest()
|
Method Summary | |
---|---|
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 . |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribePlacementGroupsRequest()
Method Detail |
---|
public 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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |