Delivers a message to the specified queue.

C# |
public class SendMessageRequest : SQSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SendMessageRequest()()()() | Initializes a new instance of the SendMessageRequest class |
![]() | DelaySeconds |
The number of seconds to delay the message from being available for processing.
|
![]() | Equals(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.) |
![]() | IsSetDelaySeconds()()()() |
Checks if DelaySeconds property is set
|
![]() | IsSetMessageAttribute()()()() |
Determines whether the target [P:MessageAttribute] is set in this request.
|
![]() | IsSetMessageBody()()()() |
Checks if MessageBody property is set
|
![]() | IsSetQueueUrl()()()() |
Checks if QueueUrl property is set
|
![]() | MessageAttribute |
Gets or sets the message attributes.
|
![]() | MessageBody |
The message body to send. The maximum allowed message size is 64 KB.
|
![]() | QueueUrl |
The URL associated with the Amazon SQS queue.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDelaySeconds(Int32) | Obsolete.
Sets the number of seconds to delay the message from being available for processing.
|
![]() | WithMessageAttribute(array<MessageAttribute>[]()[][]) | Obsolete.
Modifies this request with the specified MessageAttributes.
|
![]() | WithMessageBody(String) | Obsolete.
Sets the message body to send. The maximum allowed message size is 8 KB.
|
![]() | WithQueueUrl(String) | Obsolete.
Sets the URL associated with the Amazon SQS queue.
|

Object | ||
![]() | SQSRequest | |
![]() | SendMessageRequest |