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/AppVisibility.h>
43 template <
typename AppIdT = Aws::String>
45 m_appIdHasBeenSet =
true;
46 m_appId = std::forward<AppIdT>(value);
48 template <
typename AppIdT = Aws::String>
50 SetAppId(std::forward<AppIdT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
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 CreatedTimeT = Aws::Utils::DateTime>
99 m_createdTimeHasBeenSet =
true;
100 m_createdTime = std::forward<CreatedTimeT>(value);
102 template <
typename CreatedTimeT = Aws::Utils::DateTime>
115 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
117 m_lastUpdatedTimeHasBeenSet =
true;
118 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
120 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
135 m_visibilityHasBeenSet =
true;
136 m_visibility = value;
155 bool m_appIdHasBeenSet =
false;
156 bool m_arnHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
158 bool m_createdTimeHasBeenSet =
false;
159 bool m_lastUpdatedTimeHasBeenSet =
false;
160 bool m_visibilityHasBeenSet =
false;
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetAppId() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AWS_QUICKSIGHT_API AppSummary(Aws::Utils::Json::JsonView jsonValue)
bool VisibilityHasBeenSet() const
void SetName(NameT &&value)
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API AppSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AppSummary & WithVisibility(AppVisibility value)
bool AppIdHasBeenSet() const
AppSummary & WithAppId(AppIdT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetCreatedTime(CreatedTimeT &&value)
AppSummary & WithName(NameT &&value)
bool LastUpdatedTimeHasBeenSet() const
void SetAppId(AppIdT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API AppSummary()=default
bool NameHasBeenSet() const
bool CreatedTimeHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetName() const
void SetVisibility(AppVisibility value)
AppSummary & WithArn(ArnT &&value)
AppVisibility GetVisibility() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AppSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
AppSummary & WithCreatedTime(CreatedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue