C# Class Amazon.SQS.Model.Message

An Amazon SQS message.
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Message ( ) : System

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

Private Methods

Method Description
IsSetAttributes ( ) : bool
IsSetBody ( ) : bool
IsSetMD5OfBody ( ) : bool
IsSetMD5OfMessageAttributes ( ) : bool
IsSetMessageAttributes ( ) : bool
IsSetMessageId ( ) : bool
IsSetReceiptHandle ( ) : bool

Method Details

Message() public method

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