Package com.amazonaws.services.ec2.model
Class ScheduledInstancesPlacement
java.lang.Object
com.amazonaws.services.ec2.model.ScheduledInstancesPlacement
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the placement for a Scheduled Instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Availability Zone.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.toString()
Returns a string representation of this object; useful for testing and debugging.withAvailabilityZone
(String availabilityZone) The Availability Zone.withGroupName
(String groupName) The name of the placement group.
-
Constructor Details
-
ScheduledInstancesPlacement
public ScheduledInstancesPlacement()
-
-
Method Details
-
setAvailabilityZone
The Availability Zone.
- Parameters:
availabilityZone
- The Availability Zone.
-
getAvailabilityZone
The Availability Zone.
- Returns:
- The Availability Zone.
-
withAvailabilityZone
The Availability Zone.
- Parameters:
availabilityZone
- The Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGroupName
The name of the placement group.
- Parameters:
groupName
- The name of the placement group.
-
getGroupName
The name of the placement group.
- Returns:
- The name of the placement group.
-
withGroupName
The name of the placement group.
- Parameters:
groupName
- The name of the placement group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-