AWS SDK for .NET Documentation
SendMessageResult Class
AmazonAmazon.SQS.ModelSendMessageResult Did this page help you?   Yes   No    Tell us about it...
Information about the message sent to Amazon SQS.
Declaration Syntax
C#
public class SendMessageResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.)
IsSetMD5OfMessageAttributes()()()()
Checks if MD5OfMessageAttributes property is set

IsSetMD5OfMessageBody()()()()
Checks if MD5OfMessageBody property is set

IsSetMessageId()()()()
Checks if MessageId property is set

MD5OfMessageAttributes
MD5 digest of the message attributes.

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
Object
SendMessageResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)