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/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/quicksight/model/SharingModel.h>
52 inline void SetFolderId(
const char* value) { m_folderIdHasBeenSet =
true; m_folderId.assign(value); }
65 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
66 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
80 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
110 inline Folder&
AddFolderPath(
const char* value) { m_folderPathHasBeenSet =
true; m_folderPath.push_back(value);
return *
this; }
151 bool m_folderIdHasBeenSet =
false;
154 bool m_arnHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
160 bool m_folderTypeHasBeenSet =
false;
163 bool m_folderPathHasBeenSet =
false;
166 bool m_createdTimeHasBeenSet =
false;
169 bool m_lastUpdatedTimeHasBeenSet =
false;
172 bool m_sharingModelHasBeenSet =
false;
void SetFolderPath(Aws::Vector< Aws::String > &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
Folder & AddFolderPath(const char *value)
const Aws::Vector< Aws::String > & GetFolderPath() const
bool FolderTypeHasBeenSet() const
AWS_QUICKSIGHT_API Folder(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetFolderType(FolderType &&value)
bool SharingModelHasBeenSet() const
Folder & WithFolderType(const FolderType &value)
bool ArnHasBeenSet() const
void SetArn(const Aws::String &value)
AWS_QUICKSIGHT_API Folder & operator=(Aws::Utils::Json::JsonView jsonValue)
Folder & WithCreatedTime(Aws::Utils::DateTime &&value)
Folder & WithArn(const char *value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
Folder & WithFolderType(FolderType &&value)
Folder & WithArn(Aws::String &&value)
Folder & WithFolderId(const Aws::String &value)
const Aws::String & GetFolderId() const
void SetCreatedTime(Aws::Utils::DateTime &&value)
void SetSharingModel(SharingModel &&value)
void SetName(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_QUICKSIGHT_API Folder()
Folder & WithSharingModel(const SharingModel &value)
void SetFolderId(Aws::String &&value)
bool LastUpdatedTimeHasBeenSet() const
void SetFolderId(const char *value)
void SetFolderId(const Aws::String &value)
Folder & WithFolderPath(Aws::Vector< Aws::String > &&value)
Folder & WithName(const char *value)
Folder & WithName(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
Folder & WithName(Aws::String &&value)
const Aws::String & GetArn() const
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
Folder & WithFolderId(Aws::String &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Folder & AddFolderPath(const Aws::String &value)
Folder & WithCreatedTime(const Aws::Utils::DateTime &value)
bool FolderPathHasBeenSet() const
Folder & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
Folder & WithArn(const Aws::String &value)
bool FolderIdHasBeenSet() const
void SetName(const char *value)
void SetName(Aws::String &&value)
void SetFolderPath(const Aws::Vector< Aws::String > &value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
Folder & WithSharingModel(SharingModel &&value)
void SetFolderType(const FolderType &value)
Folder & AddFolderPath(Aws::String &&value)
Folder & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
void SetSharingModel(const SharingModel &value)
Folder & WithFolderPath(const Aws::Vector< Aws::String > &value)
const FolderType & GetFolderType() const
void SetArn(Aws::String &&value)
Folder & WithFolderId(const char *value)
void SetArn(const char *value)
const SharingModel & GetSharingModel() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue