7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/FolderType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/quicksight/model/SharingModel.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename FolderIdT = Aws::String>
63 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
64 template<
typename FolderIdT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
96 template<
typename CreatedTimeT = Aws::Utils::DateTime>
97 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
98 template<
typename CreatedTimeT = Aws::Utils::DateTime>
108 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
109 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
110 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
126 bool m_arnHasBeenSet =
false;
129 bool m_folderIdHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
135 bool m_folderTypeHasBeenSet =
false;
138 bool m_createdTimeHasBeenSet =
false;
141 bool m_lastUpdatedTimeHasBeenSet =
false;
144 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