AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateLabelsResult.h
1
6#pragma once
7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace WorkDocs
24{
25namespace Model
26{
28 {
29 public:
30 AWS_WORKDOCS_API CreateLabelsResult();
33
34
36
37 inline const Aws::String& GetRequestId() const{ return m_requestId; }
38 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
39 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
40 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
41 inline CreateLabelsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
42 inline CreateLabelsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
43 inline CreateLabelsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
45 private:
46
47 Aws::String m_requestId;
48 };
49
50} // namespace Model
51} // namespace WorkDocs
52} // namespace Aws
AWS_WORKDOCS_API CreateLabelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLabelsResult & WithRequestId(const char *value)
void SetRequestId(const Aws::String &value)
CreateLabelsResult & WithRequestId(Aws::String &&value)
AWS_WORKDOCS_API CreateLabelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLabelsResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue