AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-sqs
include
aws
sqs
model
MessageSystemAttributeName.h
1
6
#pragma once
7
#include <aws/sqs/SQS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SQS
13
{
14
namespace
Model
15
{
16
enum class
MessageSystemAttributeName
17
{
18
NOT_SET
,
19
All
,
20
SenderId
,
21
SentTimestamp
,
22
ApproximateReceiveCount
,
23
ApproximateFirstReceiveTimestamp
,
24
SequenceNumber
,
25
MessageDeduplicationId
,
26
MessageGroupId
,
27
AWSTraceHeader
,
28
DeadLetterQueueSourceArn
29
};
30
31
namespace
MessageSystemAttributeNameMapper
32
{
33
AWS_SQS_API
MessageSystemAttributeName
GetMessageSystemAttributeNameForName
(
const
Aws::String
& name);
34
35
AWS_SQS_API
Aws::String
GetNameForMessageSystemAttributeName
(
MessageSystemAttributeName
value);
36
}
// namespace MessageSystemAttributeNameMapper
37
}
// namespace Model
38
}
// namespace SQS
39
}
// namespace Aws
Aws::SQS::Model::MessageSystemAttributeNameMapper::GetNameForMessageSystemAttributeName
AWS_SQS_API Aws::String GetNameForMessageSystemAttributeName(MessageSystemAttributeName value)
Aws::SQS::Model::MessageSystemAttributeNameMapper::GetMessageSystemAttributeNameForName
AWS_SQS_API MessageSystemAttributeName GetMessageSystemAttributeNameForName(const Aws::String &name)
Aws::SQS::Model::MessageSystemAttributeName
MessageSystemAttributeName
Definition
MessageSystemAttributeName.h:17
Aws::SQS::Model::MessageSystemAttributeName::NOT_SET
@ NOT_SET
Aws::SQS::Model::MessageSystemAttributeName::SequenceNumber
@ SequenceNumber
Aws::SQS::Model::MessageSystemAttributeName::ApproximateFirstReceiveTimestamp
@ ApproximateFirstReceiveTimestamp
Aws::SQS::Model::MessageSystemAttributeName::SentTimestamp
@ SentTimestamp
Aws::SQS::Model::MessageSystemAttributeName::MessageDeduplicationId
@ MessageDeduplicationId
Aws::SQS::Model::MessageSystemAttributeName::ApproximateReceiveCount
@ ApproximateReceiveCount
Aws::SQS::Model::MessageSystemAttributeName::All
@ All
Aws::SQS::Model::MessageSystemAttributeName::MessageGroupId
@ MessageGroupId
Aws::SQS::Model::MessageSystemAttributeName::AWSTraceHeader
@ AWSTraceHeader
Aws::SQS::Model::MessageSystemAttributeName::DeadLetterQueueSourceArn
@ DeadLetterQueueSourceArn
Aws::SQS::Model::MessageSystemAttributeName::SenderId
@ SenderId
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences