7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/FlowPublishState.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename FlowIdT = Aws::String>
63 m_flowIdHasBeenSet =
true;
64 m_flowId = std::forward<FlowIdT>(value);
66 template <
typename FlowIdT = Aws::String>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
115 template <
typename CreatedTimeT = Aws::Utils::DateTime>
117 m_createdTimeHasBeenSet =
true;
118 m_createdTime = std::forward<CreatedTimeT>(value);
120 template <
typename CreatedTimeT = Aws::Utils::DateTime>
133 template <
typename CreatedByT = Aws::String>
135 m_createdByHasBeenSet =
true;
136 m_createdBy = std::forward<CreatedByT>(value);
138 template <
typename CreatedByT = Aws::String>
151 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
153 m_lastUpdatedTimeHasBeenSet =
true;
154 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
156 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
169 template <
typename LastUpdatedByT = Aws::String>
171 m_lastUpdatedByHasBeenSet =
true;
172 m_lastUpdatedBy = std::forward<LastUpdatedByT>(value);
174 template <
typename LastUpdatedByT = Aws::String>
189 m_publishStateHasBeenSet =
true;
190 m_publishState = value;
205 m_runCountHasBeenSet =
true;
221 m_userCountHasBeenSet =
true;
236 template <
typename LastPublishedByT = Aws::String>
238 m_lastPublishedByHasBeenSet =
true;
239 m_lastPublishedBy = std::forward<LastPublishedByT>(value);
241 template <
typename LastPublishedByT = Aws::String>
254 template <
typename LastPublishedAtT = Aws::Utils::DateTime>
256 m_lastPublishedAtHasBeenSet =
true;
257 m_lastPublishedAt = std::forward<LastPublishedAtT>(value);
259 template <
typename LastPublishedAtT = Aws::Utils::DateTime>
291 bool m_arnHasBeenSet =
false;
292 bool m_flowIdHasBeenSet =
false;
293 bool m_nameHasBeenSet =
false;
294 bool m_descriptionHasBeenSet =
false;
295 bool m_createdTimeHasBeenSet =
false;
296 bool m_createdByHasBeenSet =
false;
297 bool m_lastUpdatedTimeHasBeenSet =
false;
298 bool m_lastUpdatedByHasBeenSet =
false;
299 bool m_publishStateHasBeenSet =
false;
300 bool m_runCountHasBeenSet =
false;
301 bool m_userCountHasBeenSet =
false;
302 bool m_lastPublishedByHasBeenSet =
false;
303 bool m_lastPublishedAtHasBeenSet =
false;
AWS_QUICKSIGHT_API FlowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRunCount(int value)
FlowSummary & WithPublishState(FlowPublishState value)
void SetDescription(DescriptionT &&value)
bool RunCountHasBeenSet() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool CreatedByHasBeenSet() const
bool CreatedTimeHasBeenSet() const
void SetLastPublishedAt(LastPublishedAtT &&value)
const Aws::Utils::DateTime & GetLastPublishedAt() const
bool DescriptionHasBeenSet() const
bool LastPublishedByHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
FlowSummary & WithCreatedTime(CreatedTimeT &&value)
void SetPublishState(FlowPublishState value)
bool LastPublishedAtHasBeenSet() const
FlowSummary & WithLastUpdatedBy(LastUpdatedByT &&value)
void SetLastUpdatedBy(LastUpdatedByT &&value)
void SetFlowId(FlowIdT &&value)
const Aws::String & GetLastUpdatedBy() const
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API FlowSummary(Aws::Utils::Json::JsonView jsonValue)
bool PublishStateHasBeenSet() const
void SetLastPublishedBy(LastPublishedByT &&value)
FlowSummary & WithLastPublishedBy(LastPublishedByT &&value)
FlowSummary & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
FlowSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetLastPublishedBy() const
bool UserCountHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
FlowSummary & WithRunCount(int value)
void SetCreatedTime(CreatedTimeT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
FlowSummary & WithLastPublishedAt(LastPublishedAtT &&value)
FlowSummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetCreatedBy() const
const Aws::String & GetName() const
FlowPublishState GetPublishState() const
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API FlowSummary()=default
void SetUserCount(int value)
const Aws::String & GetDescription() const
bool LastUpdatedByHasBeenSet() const
void SetName(NameT &&value)
void SetCreatedBy(CreatedByT &&value)
FlowSummary & WithFlowId(FlowIdT &&value)
FlowSummary & WithDescription(DescriptionT &&value)
FlowSummary & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetFlowId() const
void SetArn(ArnT &&value)
FlowSummary & WithUserCount(int value)
bool FlowIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue