AWS SDK for C++
AWS SDK for C++ Version 1.11.762
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/sqs/SQS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SQS {
12
namespace
Model {
13
enum class
MessageSystemAttributeName
{
14
NOT_SET
,
15
All
,
16
SenderId
,
17
SentTimestamp
,
18
ApproximateReceiveCount
,
19
ApproximateFirstReceiveTimestamp
,
20
SequenceNumber
,
21
MessageDeduplicationId
,
22
MessageGroupId
,
23
AWSTraceHeader
,
24
DeadLetterQueueSourceArn
25
};
26
27
namespace
MessageSystemAttributeNameMapper {
28
AWS_SQS_API
MessageSystemAttributeName
GetMessageSystemAttributeNameForName
(
const
Aws::String
& name);
29
30
AWS_SQS_API
Aws::String
GetNameForMessageSystemAttributeName
(
MessageSystemAttributeName
value);
31
}
// namespace MessageSystemAttributeNameMapper
32
}
// namespace Model
33
}
// namespace SQS
34
}
// 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:13
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