7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/Parameters.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/DashboardSourceEntity.h>
13#include <aws/quicksight/model/DashboardPublishOptions.h>
14#include <aws/quicksight/model/DashboardVersionDefinition.h>
15#include <aws/quicksight/model/ValidationStrategy.h>
16#include <aws/quicksight/model/LinkSharingConfiguration.h>
17#include <aws/quicksight/model/ResourcePermission.h>
18#include <aws/quicksight/model/Tag.h>
51 template<
typename AwsAccountIdT = Aws::String>
52 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
53 template<
typename AwsAccountIdT = Aws::String>
63 template<
typename DashboardIdT = Aws::String>
64 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
65 template<
typename DashboardIdT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
89 template<
typename ParametersT = Parameters>
90 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
91 template<
typename ParametersT = Parameters>
104 template<
typename PermissionsT = Aws::Vector<ResourcePermission>>
105 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
106 template<
typename PermissionsT = Aws::Vector<ResourcePermission>>
108 template<
typename PermissionsT = ResourcePermission>
132 template<
typename SourceEntityT = DashboardSourceEntity>
133 void SetSourceEntity(SourceEntityT&& value) { m_sourceEntityHasBeenSet =
true; m_sourceEntity = std::forward<SourceEntityT>(value); }
134 template<
typename SourceEntityT = DashboardSourceEntity>
145 template<
typename TagsT = Aws::Vector<Tag>>
146 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
147 template<
typename TagsT = Aws::Vector<Tag>>
149 template<
typename TagsT = Tag>
159 template<
typename VersionDescriptionT = Aws::String>
160 void SetVersionDescription(VersionDescriptionT&& value) { m_versionDescriptionHasBeenSet =
true; m_versionDescription = std::forward<VersionDescriptionT>(value); }
161 template<
typename VersionDescriptionT = Aws::String>
184 template<
typename DashboardPublishOptionsT = DashboardPublishOptions>
185 void SetDashboardPublishOptions(DashboardPublishOptionsT&& value) { m_dashboardPublishOptionsHasBeenSet =
true; m_dashboardPublishOptions = std::forward<DashboardPublishOptionsT>(value); }
186 template<
typename DashboardPublishOptionsT = DashboardPublishOptions>
199 template<
typename ThemeArnT = Aws::String>
200 void SetThemeArn(ThemeArnT&& value) { m_themeArnHasBeenSet =
true; m_themeArn = std::forward<ThemeArnT>(value); }
201 template<
typename ThemeArnT = Aws::String>
214 template<
typename DefinitionT = DashboardVersionDefinition>
215 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
216 template<
typename DefinitionT = DashboardVersionDefinition>
228 template<
typename Val
idationStrategyT = Val
idationStrategy>
229 void SetValidationStrategy(ValidationStrategyT&& value) { m_validationStrategyHasBeenSet =
true; m_validationStrategy = std::forward<ValidationStrategyT>(value); }
230 template<
typename Val
idationStrategyT = Val
idationStrategy>
241 template<
typename FolderArnsT = Aws::Vector<Aws::String>>
242 void SetFolderArns(FolderArnsT&& value) { m_folderArnsHasBeenSet =
true; m_folderArns = std::forward<FolderArnsT>(value); }
243 template<
typename FolderArnsT = Aws::Vector<Aws::String>>
245 template<
typename FolderArnsT = Aws::String>
256 template<
typename LinkSharingConfigurationT = LinkSharingConfiguration>
257 void SetLinkSharingConfiguration(LinkSharingConfigurationT&& value) { m_linkSharingConfigurationHasBeenSet =
true; m_linkSharingConfiguration = std::forward<LinkSharingConfigurationT>(value); }
258 template<
typename LinkSharingConfigurationT = LinkSharingConfiguration>
269 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
270 void SetLinkEntities(LinkEntitiesT&& value) { m_linkEntitiesHasBeenSet =
true; m_linkEntities = std::forward<LinkEntitiesT>(value); }
271 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
273 template<
typename LinkEntitiesT = Aws::String>
279 bool m_awsAccountIdHasBeenSet =
false;
282 bool m_dashboardIdHasBeenSet =
false;
285 bool m_nameHasBeenSet =
false;
288 bool m_parametersHasBeenSet =
false;
291 bool m_permissionsHasBeenSet =
false;
294 bool m_sourceEntityHasBeenSet =
false;
297 bool m_tagsHasBeenSet =
false;
300 bool m_versionDescriptionHasBeenSet =
false;
303 bool m_dashboardPublishOptionsHasBeenSet =
false;
306 bool m_themeArnHasBeenSet =
false;
309 bool m_definitionHasBeenSet =
false;
312 bool m_validationStrategyHasBeenSet =
false;
315 bool m_folderArnsHasBeenSet =
false;
318 bool m_linkSharingConfigurationHasBeenSet =
false;
321 bool m_linkEntitiesHasBeenSet =
false;
void SetValidationStrategy(ValidationStrategyT &&value)
bool LinkEntitiesHasBeenSet() const
CreateDashboardRequest & WithDashboardId(DashboardIdT &&value)
void SetLinkSharingConfiguration(LinkSharingConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool SourceEntityHasBeenSet() const
CreateDashboardRequest & WithLinkSharingConfiguration(LinkSharingConfigurationT &&value)
const Aws::String & GetDashboardId() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetParameters(ParametersT &&value)
const Aws::String & GetVersionDescription() const
const Aws::String & GetName() const
const Parameters & GetParameters() const
CreateDashboardRequest & WithPermissions(PermissionsT &&value)
AWS_QUICKSIGHT_API CreateDashboardRequest()=default
const Aws::Vector< ResourcePermission > & GetPermissions() const
CreateDashboardRequest & WithFolderArns(FolderArnsT &&value)
void SetThemeArn(ThemeArnT &&value)
CreateDashboardRequest & WithSourceEntity(SourceEntityT &&value)
CreateDashboardRequest & WithDashboardPublishOptions(DashboardPublishOptionsT &&value)
bool FolderArnsHasBeenSet() const
void SetDashboardPublishOptions(DashboardPublishOptionsT &&value)
const LinkSharingConfiguration & GetLinkSharingConfiguration() const
void SetPermissions(PermissionsT &&value)
void SetDashboardId(DashboardIdT &&value)
const DashboardSourceEntity & GetSourceEntity() const
CreateDashboardRequest & WithVersionDescription(VersionDescriptionT &&value)
void SetName(NameT &&value)
CreateDashboardRequest & WithThemeArn(ThemeArnT &&value)
const Aws::Vector< Aws::String > & GetLinkEntities() const
bool ValidationStrategyHasBeenSet() const
bool DefinitionHasBeenSet() const
CreateDashboardRequest & WithDefinition(DefinitionT &&value)
CreateDashboardRequest & WithTags(TagsT &&value)
bool DashboardIdHasBeenSet() const
CreateDashboardRequest & WithLinkEntities(LinkEntitiesT &&value)
CreateDashboardRequest & AddTags(TagsT &&value)
const Aws::Vector< Aws::String > & GetFolderArns() const
const Aws::Vector< Tag > & GetTags() const
bool DashboardPublishOptionsHasBeenSet() const
bool ThemeArnHasBeenSet() const
void SetFolderArns(FolderArnsT &&value)
bool ParametersHasBeenSet() const
bool NameHasBeenSet() const
void SetDefinition(DefinitionT &&value)
CreateDashboardRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetLinkEntities(LinkEntitiesT &&value)
void SetSourceEntity(SourceEntityT &&value)
const Aws::String & GetAwsAccountId() const
void SetTags(TagsT &&value)
bool VersionDescriptionHasBeenSet() const
const DashboardVersionDefinition & GetDefinition() const
void SetVersionDescription(VersionDescriptionT &&value)
bool AwsAccountIdHasBeenSet() const
CreateDashboardRequest & WithParameters(ParametersT &&value)
CreateDashboardRequest & WithName(NameT &&value)
const ValidationStrategy & GetValidationStrategy() const
CreateDashboardRequest & AddPermissions(PermissionsT &&value)
bool PermissionsHasBeenSet() const
CreateDashboardRequest & AddLinkEntities(LinkEntitiesT &&value)
const Aws::String & GetThemeArn() const
CreateDashboardRequest & AddFolderArns(FolderArnsT &&value)
bool LinkSharingConfigurationHasBeenSet() const
CreateDashboardRequest & WithValidationStrategy(ValidationStrategyT &&value)
const DashboardPublishOptions & GetDashboardPublishOptions() const
bool TagsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector