AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartDashboardSnapshotJobResult.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 StartDashboardSnapshotJobResult();
33
34
36
39 inline const Aws::String& GetArn() const{ return m_arn; }
40 inline void SetArn(const Aws::String& value) { m_arn = value; }
41 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
42 inline void SetArn(const char* value) { m_arn.assign(value); }
43 inline StartDashboardSnapshotJobResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
44 inline StartDashboardSnapshotJobResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
45 inline StartDashboardSnapshotJobResult& WithArn(const char* value) { SetArn(value); return *this;}
47
49
53 inline const Aws::String& GetSnapshotJobId() const{ return m_snapshotJobId; }
54 inline void SetSnapshotJobId(const Aws::String& value) { m_snapshotJobId = value; }
55 inline void SetSnapshotJobId(Aws::String&& value) { m_snapshotJobId = std::move(value); }
56 inline void SetSnapshotJobId(const char* value) { m_snapshotJobId.assign(value); }
58 inline StartDashboardSnapshotJobResult& WithSnapshotJobId(Aws::String&& value) { SetSnapshotJobId(std::move(value)); return *this;}
59 inline StartDashboardSnapshotJobResult& WithSnapshotJobId(const char* value) { SetSnapshotJobId(value); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
68 inline StartDashboardSnapshotJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline StartDashboardSnapshotJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline StartDashboardSnapshotJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72
74
77 inline int GetStatus() const{ return m_status; }
78 inline void SetStatus(int value) { m_status = value; }
79 inline StartDashboardSnapshotJobResult& WithStatus(int value) { SetStatus(value); return *this;}
81 private:
82
83 Aws::String m_arn;
84
85 Aws::String m_snapshotJobId;
86
87 Aws::String m_requestId;
88
89 int m_status;
90 };
91
92} // namespace Model
93} // namespace QuickSight
94} // namespace Aws
StartDashboardSnapshotJobResult & WithSnapshotJobId(const Aws::String &value)
AWS_QUICKSIGHT_API StartDashboardSnapshotJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartDashboardSnapshotJobResult & WithRequestId(const char *value)
StartDashboardSnapshotJobResult & WithRequestId(Aws::String &&value)
AWS_QUICKSIGHT_API StartDashboardSnapshotJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartDashboardSnapshotJobResult & WithRequestId(const Aws::String &value)
StartDashboardSnapshotJobResult & WithArn(const Aws::String &value)
StartDashboardSnapshotJobResult & WithSnapshotJobId(Aws::String &&value)
StartDashboardSnapshotJobResult & WithSnapshotJobId(const char *value)
StartDashboardSnapshotJobResult & WithArn(Aws::String &&value)
StartDashboardSnapshotJobResult & WithArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue