AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CountClosedWorkflowExecutionsResult.h
1
6#pragma once
7#include <aws/swf/SWF_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 SWF
24{
25namespace Model
26{
35 {
36 public:
40
41
43
46 inline int GetCount() const{ return m_count; }
47 inline void SetCount(int value) { m_count = value; }
48 inline CountClosedWorkflowExecutionsResult& WithCount(int value) { SetCount(value); return *this;}
50
52
56 inline bool GetTruncated() const{ return m_truncated; }
57 inline void SetTruncated(bool value) { m_truncated = value; }
58 inline CountClosedWorkflowExecutionsResult& WithTruncated(bool value) { SetTruncated(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline CountClosedWorkflowExecutionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline CountClosedWorkflowExecutionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline CountClosedWorkflowExecutionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 int m_count;
74
75 bool m_truncated;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace SWF
82} // namespace Aws
CountClosedWorkflowExecutionsResult & WithRequestId(Aws::String &&value)
AWS_SWF_API CountClosedWorkflowExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CountClosedWorkflowExecutionsResult & WithRequestId(const Aws::String &value)
CountClosedWorkflowExecutionsResult & WithCount(int value)
AWS_SWF_API CountClosedWorkflowExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CountClosedWorkflowExecutionsResult & WithTruncated(bool value)
CountClosedWorkflowExecutionsResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue