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/FolderType.h>
11#include <aws/quicksight/model/SharingModel.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename FolderIdT = Aws::String>
64 m_folderIdHasBeenSet =
true;
65 m_folderId = std::forward<FolderIdT>(value);
67 template <
typename FolderIdT = Aws::String>
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
99 m_folderTypeHasBeenSet =
true;
100 m_folderType = value;
114 template <
typename CreatedTimeT = Aws::Utils::DateTime>
116 m_createdTimeHasBeenSet =
true;
117 m_createdTime = std::forward<CreatedTimeT>(value);
119 template <
typename CreatedTimeT = Aws::Utils::DateTime>
132 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
134 m_lastUpdatedTimeHasBeenSet =
true;
135 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
137 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
151 m_sharingModelHasBeenSet =
true;
152 m_sharingModel = value;
173 bool m_arnHasBeenSet =
false;
174 bool m_folderIdHasBeenSet =
false;
175 bool m_nameHasBeenSet =
false;
176 bool m_folderTypeHasBeenSet =
false;
177 bool m_createdTimeHasBeenSet =
false;
178 bool m_lastUpdatedTimeHasBeenSet =
false;
179 bool m_sharingModelHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastUpdatedTimeHasBeenSet() const
AWS_QUICKSIGHT_API FolderSummary()=default
bool ArnHasBeenSet() const
FolderType GetFolderType() const
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API FolderSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFolderId() const
FolderSummary & WithFolderId(FolderIdT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetCreatedTime(CreatedTimeT &&value)
void SetSharingModel(SharingModel value)
FolderSummary & WithName(NameT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetFolderType(FolderType value)
FolderSummary & WithCreatedTime(CreatedTimeT &&value)
bool FolderIdHasBeenSet() const
void SetFolderId(FolderIdT &&value)
SharingModel GetSharingModel() const
bool CreatedTimeHasBeenSet() const
FolderSummary & WithSharingModel(SharingModel value)
FolderSummary & WithFolderType(FolderType value)
void SetName(NameT &&value)
bool FolderTypeHasBeenSet() const
bool SharingModelHasBeenSet() const
AWS_QUICKSIGHT_API FolderSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedTime() const
FolderSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
bool NameHasBeenSet() const
void SetArn(ArnT &&value)
FolderSummary & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue