AWS SDK for .NET Documentation
SendMessageRequest Class
AmazonAmazon.SQS.ModelSendMessageRequest Did this page help you?   Yes   No    Tell us about it...
Delivers a message to the specified queue.
Declaration Syntax
C#
public class SendMessageRequest : SQSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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.)
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.

Inheritance Hierarchy
Object
SQSRequest
 SendMessageRequest

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