AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CreateContactFlowVersionResult.h
1
6#pragma once
7#include <aws/connect/Connect_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 Connect
24{
25namespace Model
26{
28 {
29 public:
30 AWS_CONNECT_API CreateContactFlowVersionResult() = default;
33
34
36
39 inline const Aws::String& GetContactFlowArn() const { return m_contactFlowArn; }
40 template<typename ContactFlowArnT = Aws::String>
41 void SetContactFlowArn(ContactFlowArnT&& value) { m_contactFlowArnHasBeenSet = true; m_contactFlowArn = std::forward<ContactFlowArnT>(value); }
42 template<typename ContactFlowArnT = Aws::String>
43 CreateContactFlowVersionResult& WithContactFlowArn(ContactFlowArnT&& value) { SetContactFlowArn(std::forward<ContactFlowArnT>(value)); return *this;}
45
47
50 inline long long GetVersion() const { return m_version; }
51 inline void SetVersion(long long value) { m_versionHasBeenSet = true; m_version = value; }
52 inline CreateContactFlowVersionResult& WithVersion(long long value) { SetVersion(value); return *this;}
54
56
57 inline const Aws::String& GetRequestId() const { return m_requestId; }
58 template<typename RequestIdT = Aws::String>
59 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
60 template<typename RequestIdT = Aws::String>
61 CreateContactFlowVersionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
63 private:
64
65 Aws::String m_contactFlowArn;
66 bool m_contactFlowArnHasBeenSet = false;
67
68 long long m_version{0};
69 bool m_versionHasBeenSet = false;
70
71 Aws::String m_requestId;
72 bool m_requestIdHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace Connect
77} // namespace Aws
AWS_CONNECT_API CreateContactFlowVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API CreateContactFlowVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateContactFlowVersionResult & WithVersion(long long value)
CreateContactFlowVersionResult & WithRequestId(RequestIdT &&value)
AWS_CONNECT_API CreateContactFlowVersionResult()=default
CreateContactFlowVersionResult & WithContactFlowArn(ContactFlowArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue