|
|||||||
| 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)| Constructor Summary | |
|---|---|
DescribePlacementGroupsRequest()
|
|
| Method Summary | |
|---|---|
List<Filter> |
getFilters()
Returns the value of the Filters property for this object. |
List<String> |
getGroupNames()
The name of the PlacementGroup. |
void |
setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
void |
setGroupNames(Collection<String> groupNames)
The name of the PlacementGroup. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribePlacementGroupsRequest |
withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
DescribePlacementGroupsRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object. |
DescribePlacementGroupsRequest |
withGroupNames(Collection<String> groupNames)
The name of the PlacementGroup. |
DescribePlacementGroupsRequest |
withGroupNames(String... groupNames)
The name of the PlacementGroup. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribePlacementGroupsRequest()
| Method Detail |
|---|
public List<String> getGroupNames()
PlacementGroup.
PlacementGroup.public void setGroupNames(Collection<String> groupNames)
PlacementGroup.
groupNames - The name of the PlacementGroup.public DescribePlacementGroupsRequest withGroupNames(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(Collection<String> groupNames)
PlacementGroup.
Returns a reference to this object so that method calls can be chained together.
groupNames - The name of the PlacementGroup.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters - The new value for the Filters property for this object.public DescribePlacementGroupsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.
public DescribePlacementGroupsRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||