Creates a PlacementGroup into which multiple Amazon EC2
            instances can be launched. Users must give the group a
            name unique within the scope of the user account.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreatePlacementGroupRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreatePlacementGroupRequest()()()() | Initializes a new instance of the CreatePlacementGroupRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupName | 
            The name of the PlacementGroup.
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetStrategy()()()() | 
            Checks if Strategy property is set
             | 
|  | Strategy | 
            The placement group strategy.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGroupName(String) | Obsolete. 
            Sets the name of the PlacementGroup.
             | 
|  | WithStrategy(String) | Obsolete. 
            Sets the placement group strategy.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | CreatePlacementGroupRequest | |