Setting the  CopyC#
CopyC#InfoType
 CopyC#
CopyC#tail
Related Topics
 Declaration Syntax
 Declaration Syntax| C# | 
public class RequestEnvironmentInfoRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RequestEnvironmentInfoRequest()()()() | Initializes a new instance of the RequestEnvironmentInfoRequest class | 
|  | EnvironmentId | 
            Gets and sets the property EnvironmentId. 
             The ID of the environment of the requested data. 
                     If no such environment is found,  
                     Condition: You must specify either this or an EnvironmentName, or both. 
                     If you do not specify either, AWS Elastic Beanstalk returns  | 
|  | EnvironmentName | 
            Gets and sets the property EnvironmentName. 
             The name of the environment of the requested data. 
                     If no such environment is found,  
                     Condition: You must specify either this or an EnvironmentId, or both.   
                   If you do not specify either, AWS Elastic Beanstalk returns  | 
|  | 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.) | 
|  | InfoType | 
            Gets and sets the property InfoType. 
             The type of information to request. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEnvironmentId(String) | Obsolete. 
            Sets the EnvironmentId property
             | 
|  | WithEnvironmentName(String) | Obsolete. 
            Sets the EnvironmentName property
             | 
|  | WithInfoType(String) | Obsolete. 
            Sets the InfoType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | RequestEnvironmentInfoRequest | |