C# Class Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest

Container for the parameters to the RetrieveEnvironmentInfo operation.

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo
Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
RetrieveEnvironmentInfoRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RetrieveEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System

Instantiates RetrieveEnvironmentInfoRequest with the parameterized properties

Private Methods

Method Description
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetInfoType ( ) : bool

Method Details

RetrieveEnvironmentInfoRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public RetrieveEnvironmentInfoRequest ( ) : System
return System

RetrieveEnvironmentInfoRequest() public method

Instantiates RetrieveEnvironmentInfoRequest with the parameterized properties
public RetrieveEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System
infoType EnvironmentInfoType The type of information to retrieve.
return System