AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <ReceiveMessageRequest.h>
Additional Inherited Members | |
![]() | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () const |
Definition at line 32 of file ReceiveMessageRequest.h.
Aws::SQS::Model::ReceiveMessageRequest::ReceiveMessageRequest | ( | ) |
|
inline |
A list of attributes that need to be returned along with each message. These attributes include:
All
- returns all values.
ApproximateFirstReceiveTimestamp
- returns the time when the message was first received from the queue (epoch time in milliseconds).
ApproximateReceiveCount
- returns the number of times a message has been received from the queue but not deleted.
SenderId
- returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.
SentTimestamp
- returns the time when the message was sent to the queue (epoch time in milliseconds).
Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages
, ApproximateNumberOfMessagesDelayed
, ApproximateNumberOfMessagesNotVisible
, CreatedTimestamp
, DelaySeconds
, LastModifiedTimestamp
, MaximumMessageSize
, MessageRetentionPeriod
, Policy
, QueueArn
, ReceiveMessageWaitTimeSeconds
, RedrivePolicy
, and VisibilityTimeout
) will be ignored.
Definition at line 216 of file ReceiveMessageRequest.h.
|
inline |
A list of attributes that need to be returned along with each message. These attributes include:
All
- returns all values.
ApproximateFirstReceiveTimestamp
- returns the time when the message was first received from the queue (epoch time in milliseconds).
ApproximateReceiveCount
- returns the number of times a message has been received from the queue but not deleted.
SenderId
- returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.
SentTimestamp
- returns the time when the message was sent to the queue (epoch time in milliseconds).
Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages
, ApproximateNumberOfMessagesDelayed
, ApproximateNumberOfMessagesNotVisible
, CreatedTimestamp
, DelaySeconds
, LastModifiedTimestamp
, MaximumMessageSize
, MessageRetentionPeriod
, Policy
, QueueArn
, ReceiveMessageWaitTimeSeconds
, RedrivePolicy
, and VisibilityTimeout
) will be ignored.
Definition at line 239 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 329 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 344 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 359 of file ReceiveMessageRequest.h.
|
inline |
A list of attributes that need to be returned along with each message. These attributes include:
All
- returns all values.
ApproximateFirstReceiveTimestamp
- returns the time when the message was first received from the queue (epoch time in milliseconds).
ApproximateReceiveCount
- returns the number of times a message has been received from the queue but not deleted.
SenderId
- returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.
SentTimestamp
- returns the time when the message was sent to the queue (epoch time in milliseconds).
Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages
, ApproximateNumberOfMessagesDelayed
, ApproximateNumberOfMessagesNotVisible
, CreatedTimestamp
, DelaySeconds
, LastModifiedTimestamp
, MaximumMessageSize
, MessageRetentionPeriod
, Policy
, QueueArn
, ReceiveMessageWaitTimeSeconds
, RedrivePolicy
, and VisibilityTimeout
) will be ignored.
Definition at line 101 of file ReceiveMessageRequest.h.
|
inline |
The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.
All of the messages are not necessarily returned.
Definition at line 366 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 254 of file ReceiveMessageRequest.h.
|
inline |
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Definition at line 42 of file ReceiveMessageRequest.h.
|
inline |
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage
request.
Definition at line 387 of file ReceiveMessageRequest.h.
|
inline |
The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.
Definition at line 408 of file ReceiveMessageRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::SQS::SQSRequest.
|
inline |
A list of attributes that need to be returned along with each message. These attributes include:
All
- returns all values.
ApproximateFirstReceiveTimestamp
- returns the time when the message was first received from the queue (epoch time in milliseconds).
ApproximateReceiveCount
- returns the number of times a message has been received from the queue but not deleted.
SenderId
- returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.
SentTimestamp
- returns the time when the message was sent to the queue (epoch time in milliseconds).
Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages
, ApproximateNumberOfMessagesDelayed
, ApproximateNumberOfMessagesNotVisible
, CreatedTimestamp
, DelaySeconds
, LastModifiedTimestamp
, MaximumMessageSize
, MessageRetentionPeriod
, Policy
, QueueArn
, ReceiveMessageWaitTimeSeconds
, RedrivePolicy
, and VisibilityTimeout
) will be ignored.
Definition at line 124 of file ReceiveMessageRequest.h.
|
inline |
A list of attributes that need to be returned along with each message. These attributes include:
All
- returns all values.
ApproximateFirstReceiveTimestamp
- returns the time when the message was first received from the queue (epoch time in milliseconds).
ApproximateReceiveCount
- returns the number of times a message has been received from the queue but not deleted.
SenderId
- returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.
SentTimestamp
- returns the time when the message was sent to the queue (epoch time in milliseconds).
Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages
, ApproximateNumberOfMessagesDelayed
, ApproximateNumberOfMessagesNotVisible
, CreatedTimestamp
, DelaySeconds
, LastModifiedTimestamp
, MaximumMessageSize
, MessageRetentionPeriod
, Policy
, QueueArn
, ReceiveMessageWaitTimeSeconds
, RedrivePolicy
, and VisibilityTimeout
) will be ignored.
Definition at line 147 of file ReceiveMessageRequest.h.
|
inline |
The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.
All of the messages are not necessarily returned.
Definition at line 373 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 269 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 284 of file ReceiveMessageRequest.h.
|
inline |
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Definition at line 48 of file ReceiveMessageRequest.h.
|
inline |
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Definition at line 54 of file ReceiveMessageRequest.h.
|
inline |
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Definition at line 60 of file ReceiveMessageRequest.h.
|
inline |
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage
request.
Definition at line 394 of file ReceiveMessageRequest.h.
|
inline |
The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.
Definition at line 415 of file ReceiveMessageRequest.h.
|
inline |
A list of attributes that need to be returned along with each message. These attributes include:
All
- returns all values.
ApproximateFirstReceiveTimestamp
- returns the time when the message was first received from the queue (epoch time in milliseconds).
ApproximateReceiveCount
- returns the number of times a message has been received from the queue but not deleted.
SenderId
- returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.
SentTimestamp
- returns the time when the message was sent to the queue (epoch time in milliseconds).
Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages
, ApproximateNumberOfMessagesDelayed
, ApproximateNumberOfMessagesNotVisible
, CreatedTimestamp
, DelaySeconds
, LastModifiedTimestamp
, MaximumMessageSize
, MessageRetentionPeriod
, Policy
, QueueArn
, ReceiveMessageWaitTimeSeconds
, RedrivePolicy
, and VisibilityTimeout
) will be ignored.
Definition at line 170 of file ReceiveMessageRequest.h.
|
inline |
A list of attributes that need to be returned along with each message. These attributes include:
All
- returns all values.
ApproximateFirstReceiveTimestamp
- returns the time when the message was first received from the queue (epoch time in milliseconds).
ApproximateReceiveCount
- returns the number of times a message has been received from the queue but not deleted.
SenderId
- returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.
SentTimestamp
- returns the time when the message was sent to the queue (epoch time in milliseconds).
Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages
, ApproximateNumberOfMessagesDelayed
, ApproximateNumberOfMessagesNotVisible
, CreatedTimestamp
, DelaySeconds
, LastModifiedTimestamp
, MaximumMessageSize
, MessageRetentionPeriod
, Policy
, QueueArn
, ReceiveMessageWaitTimeSeconds
, RedrivePolicy
, and VisibilityTimeout
) will be ignored.
Definition at line 193 of file ReceiveMessageRequest.h.
|
inline |
The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.
All of the messages are not necessarily returned.
Definition at line 380 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 299 of file ReceiveMessageRequest.h.
|
inline |
The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with "AWS." or "Amazon." (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.
When using ReceiveMessage
, you can send a list of attribute names to receive, or you can return all of the attributes by specifying "All" or ".*" in your request. You can also use "bar.*" to return all message attributes starting with the "bar" prefix.
Definition at line 314 of file ReceiveMessageRequest.h.
|
inline |
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Definition at line 66 of file ReceiveMessageRequest.h.
|
inline |
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Definition at line 72 of file ReceiveMessageRequest.h.
|
inline |
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Definition at line 78 of file ReceiveMessageRequest.h.
|
inline |
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage
request.
Definition at line 401 of file ReceiveMessageRequest.h.
|
inline |
The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.
Definition at line 422 of file ReceiveMessageRequest.h.