AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateFolderResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_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 QuickSight
24{
25namespace Model
26{
28 {
29 public:
30 AWS_QUICKSIGHT_API CreateFolderResult();
33
34
36
39 inline int GetStatus() const{ return m_status; }
40 inline void SetStatus(int value) { m_status = value; }
41 inline CreateFolderResult& WithStatus(int value) { SetStatus(value); return *this;}
43
45
48 inline const Aws::String& GetArn() const{ return m_arn; }
49 inline void SetArn(const Aws::String& value) { m_arn = value; }
50 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
51 inline void SetArn(const char* value) { m_arn.assign(value); }
52 inline CreateFolderResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
53 inline CreateFolderResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
54 inline CreateFolderResult& WithArn(const char* value) { SetArn(value); return *this;}
56
58
61 inline const Aws::String& GetFolderId() const{ return m_folderId; }
62 inline void SetFolderId(const Aws::String& value) { m_folderId = value; }
63 inline void SetFolderId(Aws::String&& value) { m_folderId = std::move(value); }
64 inline void SetFolderId(const char* value) { m_folderId.assign(value); }
65 inline CreateFolderResult& WithFolderId(const Aws::String& value) { SetFolderId(value); return *this;}
66 inline CreateFolderResult& WithFolderId(Aws::String&& value) { SetFolderId(std::move(value)); return *this;}
67 inline CreateFolderResult& WithFolderId(const char* value) { SetFolderId(value); return *this;}
69
71
72 inline const Aws::String& GetRequestId() const{ return m_requestId; }
73 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
74 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
75 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
76 inline CreateFolderResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
77 inline CreateFolderResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
78 inline CreateFolderResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
80 private:
81
82 int m_status;
83
84 Aws::String m_arn;
85
86 Aws::String m_folderId;
87
88 Aws::String m_requestId;
89 };
90
91} // namespace Model
92} // namespace QuickSight
93} // namespace Aws
CreateFolderResult & WithFolderId(const Aws::String &value)
CreateFolderResult & WithArn(const char *value)
CreateFolderResult & WithRequestId(const Aws::String &value)
CreateFolderResult & WithFolderId(Aws::String &&value)
CreateFolderResult & WithRequestId(const char *value)
CreateFolderResult & WithArn(Aws::String &&value)
void SetRequestId(const Aws::String &value)
CreateFolderResult & WithArn(const Aws::String &value)
CreateFolderResult & WithStatus(int value)
CreateFolderResult & WithRequestId(Aws::String &&value)
void SetFolderId(const Aws::String &value)
AWS_QUICKSIGHT_API CreateFolderResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateFolderResult & WithFolderId(const char *value)
AWS_QUICKSIGHT_API CreateFolderResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue