public class ScheduledInstancesPlacement extends Object implements Serializable, Cloneable
Describes the placement for a Scheduled Instance.
| Constructor and Description |
|---|
ScheduledInstancesPlacement() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledInstancesPlacement |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone.
|
String |
getGroupName()
The name of the placement group.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone.
|
void |
setGroupName(String groupName)
The name of the placement group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScheduledInstancesPlacement |
withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
ScheduledInstancesPlacement |
withGroupName(String groupName)
The name of the placement group.
|
public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone - The Availability Zone.public ScheduledInstancesPlacement withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone - The Availability Zone.public String getGroupName()
public void setGroupName(String groupName)
groupName - The name of the placement group.public ScheduledInstancesPlacement withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
groupName - The name of the placement group.public String toString()
toString in class ObjectObject.toString()public ScheduledInstancesPlacement clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.