public class PlacementGroup
extends java.lang.Object
implements java.io.Serializable
Describes a placement group.
Constructor and Description |
---|
PlacementGroup()
Default constructor for a new PlacementGroup object.
|
PlacementGroup(java.lang.String groupName)
Constructs a new PlacementGroup object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGroupName()
The name of the placement group.
|
java.lang.String |
getState()
The state of the placement group.
|
java.lang.String |
getStrategy()
The placement strategy.
|
int |
hashCode() |
void |
setGroupName(java.lang.String groupName)
The name of the placement group.
|
void |
setState(PlacementGroupState state)
The state of the placement group.
|
void |
setState(java.lang.String state)
The state of the placement group.
|
void |
setStrategy(PlacementStrategy strategy)
The placement strategy.
|
void |
setStrategy(java.lang.String strategy)
The placement strategy.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PlacementGroup |
withGroupName(java.lang.String groupName)
The name of the placement group.
|
PlacementGroup |
withState(PlacementGroupState state)
The state of the placement group.
|
PlacementGroup |
withState(java.lang.String state)
The state of the placement group.
|
PlacementGroup |
withStrategy(PlacementStrategy strategy)
The placement strategy.
|
PlacementGroup |
withStrategy(java.lang.String strategy)
The placement strategy.
|
public PlacementGroup()
public PlacementGroup(java.lang.String groupName)
groupName
- The name of the placement group.public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName
- The name of the placement group.public PlacementGroup withGroupName(java.lang.String groupName)
Returns a reference to this object so that method calls can be chained together.
groupName
- The name of the placement group.public java.lang.String getStrategy()
Constraints:
Allowed Values: cluster
PlacementStrategy
public void setStrategy(java.lang.String strategy)
Constraints:
Allowed Values: cluster
strategy
- The placement strategy.PlacementStrategy
public PlacementGroup withStrategy(java.lang.String strategy)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: cluster
strategy
- The placement strategy.PlacementStrategy
public void setStrategy(PlacementStrategy strategy)
Constraints:
Allowed Values: cluster
strategy
- The placement strategy.PlacementStrategy
public PlacementGroup withStrategy(PlacementStrategy strategy)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: cluster
strategy
- The placement strategy.PlacementStrategy
public java.lang.String getState()
Constraints:
Allowed Values: pending, available, deleting, deleted
PlacementGroupState
public void setState(java.lang.String state)
Constraints:
Allowed Values: pending, available, deleting, deleted
state
- The state of the placement group.PlacementGroupState
public PlacementGroup withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: pending, available, deleting, deleted
state
- The state of the placement group.PlacementGroupState
public void setState(PlacementGroupState state)
Constraints:
Allowed Values: pending, available, deleting, deleted
state
- The state of the placement group.PlacementGroupState
public PlacementGroup withState(PlacementGroupState state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: pending, available, deleting, deleted
state
- The state of the placement group.PlacementGroupState
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
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.