Reservation information.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Reservation
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Reservation()()()() | Initializes a new instance of the Reservation 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.) | 
|  | GroupId | 
            Security group IDs for the reservation.
             | 
|  | GroupName | 
            Security group names for the reservation.
             | 
|  | IsSetGroupId()()()() | 
            Checks if GroupId property is set
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetOwnerId()()()() | 
            Checks if OwnerId property is set
             | 
|  | IsSetRequesterId()()()() | 
            Checks if RequesterId property is set
             | 
|  | IsSetReservationId()()()() | 
            Checks if ReservationId property is set
             | 
|  | IsSetRunningInstance()()()() | 
            Checks if RunningInstance property is set
             | 
|  | OwnerId | 
            AWS Access Key ID of the user who owns the reservation
             | 
|  | RequesterId | 
            ID of the requester.
             | 
|  | ReservationId | 
            Unique ID of the reservation.
             | 
|  | RunningInstance | 
            Running instances
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGroupId(array<String>[]()[][]) | Obsolete. 
            Sets the security group IDs for the reservation.
             | 
|  | WithGroupName(array<String>[]()[][]) | Obsolete. 
            Sets the security group names for the reservation.
             | 
|  | WithOwnerId(String) | Obsolete. 
            Sets the AWS Access Key ID of the user who owns the reservation
             | 
|  | WithRequesterId(String) | Obsolete. 
            Sets the ID of the requester.
             | 
|  | WithReservationId(String) | Obsolete. 
            Sets the unique ID of the reservation.
             | 
|  | WithRunningInstance(array<RunningInstance>[]()[][]) | Obsolete. 
            Sets the running instances
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Reservation |