Contains the details of a single SQS message along with a Id.

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SendMessageBatchRequestEntry()()()()
Initializes a new instance of the SendMessageBatchRequestEntry class
DelaySeconds
Gets and sets the DelaySeconds property. The number of seconds to delay the message from being available for processing.
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.)
Id
Gets and sets the Id property. An identifier for the message in this batch. This is used to communicate the result. Note that the the Ids of a batch request need to be unique within the request.
IsSetDelaySeconds()()()()
Checks if DelaySeconds property is set
IsSetId()()()()
Checks if Id property is set
IsSetMessageBody()()()()
Checks if MessageBody property is set
MessageBody
Gets and sets the MessageBody property. The message to send. The maximum allowed message size is 8 KB. The following list shows the characters (in Unicode) allowed in your message, according to the W3C XML specification (for more information, go to http://www.w3.org/TR/REC-xml/#charsets). If you send any characters not included in the list, your request will be rejected. #x9 | #xA | #xD | [#x20 to #xD7FF] | [#xE000 to #xFFFD] | [#x10000 to #x10FFFF]
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDelaySeconds(Int32)
Sets the DelaySeconds property
WithId(String)
Sets the Id property
WithMessageBody(String)
Sets the MessageBody property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..SendMessageBatchRequestEntry

See Also