AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
aws-cpp-sdk-core
include
aws
core
client
AsyncCallerContext.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
Client
13
{
19
class
AWS_CORE_API
AsyncCallerContext
20
{
21
public
:
25
AsyncCallerContext
();
26
30
AsyncCallerContext
(
const
Aws::String
& uuid) : m_uuid(uuid) {}
31
35
AsyncCallerContext
(
const
char
* uuid) : m_uuid(uuid) {}
36
37
virtual
~AsyncCallerContext
() {}
38
42
inline
const
Aws::String
&
GetUUID
()
const
{
return
m_uuid; }
43
47
inline
void
SetUUID
(
const
Aws::String
& value) { m_uuid = value; }
48
52
inline
void
SetUUID
(
const
char
* value) { m_uuid.assign(value); }
53
54
private
:
55
Aws::String
m_uuid;
56
};
57
}
58
}
AWSString.h
AWS_CORE_API
#define AWS_CORE_API
Definition:
Core_EXPORTS.h:26
Aws::Client::AsyncCallerContext
Definition:
AsyncCallerContext.h:20
Aws::Client::AsyncCallerContext::SetUUID
void SetUUID(const Aws::String &value)
Definition:
AsyncCallerContext.h:47
Aws::Client::AsyncCallerContext::GetUUID
const Aws::String & GetUUID() const
Definition:
AsyncCallerContext.h:42
Aws::Client::AsyncCallerContext::~AsyncCallerContext
virtual ~AsyncCallerContext()
Definition:
AsyncCallerContext.h:37
Aws::Client::AsyncCallerContext::AsyncCallerContext
AsyncCallerContext(const Aws::String &uuid)
Definition:
AsyncCallerContext.h:30
Aws::Client::AsyncCallerContext::SetUUID
void SetUUID(const char *value)
Definition:
AsyncCallerContext.h:52
Aws::Client::AsyncCallerContext::AsyncCallerContext
AsyncCallerContext()
Aws::Client::AsyncCallerContext::AsyncCallerContext
AsyncCallerContext(const char *uuid)
Definition:
AsyncCallerContext.h:35
Aws
Definition:
AmazonSerializableWebServiceRequest.h:16
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Generated by
1.9.7
Privacy |
Site terms |
Cookie preferences