7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/FlowPublishState.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename FlowIdT = Aws::String>
56 m_flowIdHasBeenSet =
true;
57 m_flowId = std::forward<FlowIdT>(value);
59 template <
typename FlowIdT = Aws::String>
71 template <
typename NameT = Aws::String>
73 m_nameHasBeenSet =
true;
74 m_name = std::forward<NameT>(value);
76 template <
typename NameT = Aws::String>
78 SetName(std::forward<NameT>(value));
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
107 m_publishStateHasBeenSet =
true;
108 m_publishState = value;
122 m_userCountHasBeenSet =
true;
137 m_runCountHasBeenSet =
true;
151 template <
typename CreatedTimeT = Aws::Utils::DateTime>
153 m_createdTimeHasBeenSet =
true;
154 m_createdTime = std::forward<CreatedTimeT>(value);
156 template <
typename CreatedTimeT = Aws::Utils::DateTime>
168 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
170 m_lastUpdatedTimeHasBeenSet =
true;
171 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
173 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
183 template <
typename RequestIdT = Aws::String>
185 m_requestIdHasBeenSet =
true;
186 m_requestId = std::forward<RequestIdT>(value);
188 template <
typename RequestIdT = Aws::String>
201 m_statusHasBeenSet =
true;
234 bool m_arnHasBeenSet =
false;
235 bool m_flowIdHasBeenSet =
false;
236 bool m_nameHasBeenSet =
false;
237 bool m_descriptionHasBeenSet =
false;
238 bool m_publishStateHasBeenSet =
false;
239 bool m_userCountHasBeenSet =
false;
240 bool m_runCountHasBeenSet =
false;
241 bool m_createdTimeHasBeenSet =
false;
242 bool m_lastUpdatedTimeHasBeenSet =
false;
243 bool m_requestIdHasBeenSet =
false;
244 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue