Returns information about the message, including an MD5 of the message body, message ID, and request metadata.

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SendMessageResponse()()()()
Initializes a new instance of the SendMessageResponse 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.)
IsSetResponseMetadata()()()()
Checks if ResponseMetadata property is set
IsSetSendMessageResult()()()()
Checks if SendMessageResult property is set
ResponseMetadata
Gets and sets the ResponseMetadata property. Information about the request provided by Amazon SQS.
SendMessageResult
Gets and sets the SendMessageResult property. Information about the message sent to Amazon SQS.
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..::..SendMessageResponse

See Also