7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/SpaceQuickSightResource.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename ResourcesT = Aws::Vector<SpaceQuickSightResource>>
81 m_resourcesHasBeenSet =
true;
82 m_resources = std::forward<ResourcesT>(value);
84 template <
typename ResourcesT = Aws::Vector<SpaceQuickSightResource>>
89 template <
typename ResourcesT = SpaceQuickSightResource>
91 m_resourcesHasBeenSet =
true;
92 m_resources.emplace_back(std::forward<ResourcesT>(value));
103 template <
typename CreatedAtT = Aws::Utils::DateTime>
105 m_createdAtHasBeenSet =
true;
106 m_createdAt = std::forward<CreatedAtT>(value);
108 template <
typename CreatedAtT = Aws::Utils::DateTime>
121 template <
typename UpdatedAtT = Aws::Utils::DateTime>
123 m_updatedAtHasBeenSet =
true;
124 m_updatedAt = std::forward<UpdatedAtT>(value);
126 template <
typename UpdatedAtT = Aws::Utils::DateTime>
140 m_consumedSourceSizeHasBeenSet =
true;
141 m_consumedSourceSize = value;
156 m_consumedSourceDocCountHasBeenSet =
true;
157 m_consumedSourceDocCount = value;
171 template <
typename CreatedByT = Aws::String>
173 m_createdByHasBeenSet =
true;
174 m_createdBy = std::forward<CreatedByT>(value);
176 template <
typename CreatedByT = Aws::String>
189 template <
typename CreatedByArnT = Aws::String>
191 m_createdByArnHasBeenSet =
true;
192 m_createdByArn = std::forward<CreatedByArnT>(value);
194 template <
typename CreatedByArnT = Aws::String>
211 long long m_consumedSourceSize{0};
213 int m_consumedSourceDocCount{0};
218 bool m_nameHasBeenSet =
false;
219 bool m_descriptionHasBeenSet =
false;
220 bool m_resourcesHasBeenSet =
false;
221 bool m_createdAtHasBeenSet =
false;
222 bool m_updatedAtHasBeenSet =
false;
223 bool m_consumedSourceSizeHasBeenSet =
false;
224 bool m_consumedSourceDocCountHasBeenSet =
false;
225 bool m_createdByHasBeenSet =
false;
226 bool m_createdByArnHasBeenSet =
false;
const Aws::String & GetDescription() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool CreatedAtHasBeenSet() const
SpaceDetails & WithDescription(DescriptionT &&value)
SpaceDetails & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool DescriptionHasBeenSet() const
SpaceDetails & WithConsumedSourceDocCount(int value)
AWS_QUICKSIGHT_API SpaceDetails(Aws::Utils::Json::JsonView jsonValue)
bool CreatedByHasBeenSet() const
void SetConsumedSourceDocCount(int value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResources(ResourcesT &&value)
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
SpaceDetails & WithResources(ResourcesT &&value)
void SetCreatedBy(CreatedByT &&value)
SpaceDetails & AddResources(ResourcesT &&value)
bool ConsumedSourceSizeHasBeenSet() const
const Aws::String & GetCreatedBy() const
SpaceDetails & WithUpdatedAt(UpdatedAtT &&value)
void SetCreatedByArn(CreatedByArnT &&value)
AWS_QUICKSIGHT_API SpaceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedAtHasBeenSet() const
void SetConsumedSourceSize(long long value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
long long GetConsumedSourceSize() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetCreatedByArn() const
SpaceDetails & WithCreatedBy(CreatedByT &&value)
AWS_QUICKSIGHT_API SpaceDetails()=default
bool ResourcesHasBeenSet() const
SpaceDetails & WithConsumedSourceSize(long long value)
const Aws::Vector< SpaceQuickSightResource > & GetResources() const
SpaceDetails & WithName(NameT &&value)
int GetConsumedSourceDocCount() const
SpaceDetails & WithCreatedByArn(CreatedByArnT &&value)
bool ConsumedSourceDocCountHasBeenSet() const
bool CreatedByArnHasBeenSet() 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