C# Class Amazon.SimpleSystemsManagement.Model.GetDocumentRequest

Container for the parameters to the GetDocument operation. Gets the contents of the specified SSM document.
Inheritance: AmazonSimpleSystemsManagementRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetDocumentRequest ( ) : System

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

GetDocumentRequest ( string name ) : System

Instantiates GetDocumentRequest with the parameterized properties

Private Methods

Method Description
IsSetDocumentVersion ( ) : bool
IsSetName ( ) : bool

Method Details

GetDocumentRequest() public method

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

GetDocumentRequest() public method

Instantiates GetDocumentRequest with the parameterized properties
public GetDocumentRequest ( string name ) : System
name string The name of the SSM document.
return System