An element containing the information about the message.

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 Message
Public Class Message
public ref class Message

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Message()()()()
Initializes a new instance of the Message class
Attribute
Gets and sets the Attribute property. Name and value pair of an attribute associated with the queue.
Body
Gets and sets the Body property. The message's contents (not URL encoded).
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.)
IsSetAttribute()()()()
Checks if Attribute property is set
IsSetBody()()()()
Checks if Body property is set
IsSetMD5OfBody()()()()
Checks if MD5OfBody property is set
IsSetMessageId()()()()
Checks if MessageId property is set
IsSetReceiptHandle()()()()
Checks if ReceiptHandle property is set
MD5OfBody
Gets and sets the MD5OfBody property. An MD5 digest of the non-URL-encoded message body string.
MessageId
Gets and sets the MessageId property. Unique ID associated with the message.
ReceiptHandle
Gets and sets the ReceiptHandle property. A string associated with a specific instance of receiving the message.
ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Overrides Object..::..ToString()()()().)
ToXML()()()()
XML Representation of this object
WithAttribute(array<Attribute>[]()[][])
Sets the Attribute property
WithBody(String)
Sets the Body property
WithMD5OfBody(String)
Sets the MD5OfBody property
WithMessageId(String)
Sets the MessageId property
WithReceiptHandle(String)
Sets the ReceiptHandle property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..Message

See Also