7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename InstanceIdT = Aws::String>
40 m_instanceIdHasBeenSet =
true;
41 m_instanceId = std::forward<InstanceIdT>(value);
43 template <
typename InstanceIdT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename ContactFlowIdT = Aws::String>
76 m_contactFlowIdHasBeenSet =
true;
77 m_contactFlowId = std::forward<ContactFlowIdT>(value);
79 template <
typename ContactFlowIdT = Aws::String>
92 template <
typename FlowContentSha256T = Aws::String>
94 m_flowContentSha256HasBeenSet =
true;
95 m_flowContentSha256 = std::forward<FlowContentSha256T>(value);
97 template <
typename FlowContentSha256T = Aws::String>
111 m_contactFlowVersionHasBeenSet =
true;
112 m_contactFlowVersion = value;
126 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
128 m_lastModifiedTimeHasBeenSet =
true;
129 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
131 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
144 template <
typename LastModifiedRegionT = Aws::String>
146 m_lastModifiedRegionHasBeenSet =
true;
147 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
149 template <
typename LastModifiedRegionT = Aws::String>
157 bool m_instanceIdHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_contactFlowIdHasBeenSet =
false;
166 bool m_flowContentSha256HasBeenSet =
false;
168 long long m_contactFlowVersion{0};
169 bool m_contactFlowVersionHasBeenSet =
false;
172 bool m_lastModifiedTimeHasBeenSet =
false;
175 bool m_lastModifiedRegionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String