Information about the message sent to Amazon SQS.

Namespace: Amazon.SQS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SendMessageResult
Public Class SendMessageResult
public ref class SendMessageResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SendMessageResult()()()()
Initializes a new instance of the SendMessageResult class
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsSetMD5OfMessageBody()()()()
Checks if MD5OfMessageBody property is set
IsSetMessageId()()()()
Checks if MessageId property is set
MD5OfMessageBody
Gets and sets the MD5OfMessageBody property. An MD5 digest of the non-URL-encoded message body string. You can use this to verify that SQS received the message correctly. SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://faqs.org/rfcs/rfc1321.html.
MessageId
Gets and sets the MessageId property. An element containing the message ID of the message sent to the queue.
ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Overrides Object..::..ToString()()()().)
ToXML()()()()
XML Representation of this object

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..SendMessageResult

See Also