AWS SDK for .NET Documentation
SendMessageBatchRequestEntry Class
AmazonAmazon.SQS.ModelSendMessageBatchRequestEntry Did this page help you?   Yes   No    Tell us about it...
A single SQS message along with an Id.
Declaration Syntax
C#
public class SendMessageBatchRequestEntry
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SendMessageBatchRequestEntry()()()()
Initializes a new instance of the SendMessageBatchRequestEntry 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.)
Id
An identifier for the message in this batch. This is used to communicate the result.

IsSetDelaySeconds()()()()
Checks if DelaySeconds property is set

IsSetId()()()()
Checks if Id property is set

IsSetMessageAttribute()()()()
Determines whether the target [P:MessageAttribute] is set in this request.

IsSetMessageBody()()()()
Checks if MessageBody property is set

MessageAttribute
Gets or sets the message attributes.

MessageBody
The message to send.

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.

WithId(String) Obsolete.
Sets an identifier for the message in this batch.

WithMessageAttribute(array<MessageAttribute>[]()[][]) Obsolete.
Modifies this request with the specified MessageAttributes.

WithMessageBody(String) Obsolete.
Sets the message to send.

Inheritance Hierarchy
Object
SendMessageBatchRequestEntry

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