7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateDefaultQBusinessApplication"; }
48 template<
typename AwsAccountIdT = Aws::String>
49 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
50 template<
typename AwsAccountIdT = Aws::String>
62 template<
typename NamespaceT = Aws::String>
63 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
64 template<
typename NamespaceT = Aws::String>
74 template<
typename ApplicationIdT = Aws::String>
75 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
76 template<
typename ApplicationIdT = Aws::String>
82 bool m_awsAccountIdHasBeenSet =
false;
85 bool m_namespaceHasBeenSet =
false;
88 bool m_applicationIdHasBeenSet =
false;
bool NamespaceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetNamespace() const
UpdateDefaultQBusinessApplicationRequest & WithApplicationId(ApplicationIdT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNamespace(NamespaceT &&value)
UpdateDefaultQBusinessApplicationRequest & WithNamespace(NamespaceT &&value)
bool AwsAccountIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API UpdateDefaultQBusinessApplicationRequest()=default
bool ApplicationIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetApplicationId() const
UpdateDefaultQBusinessApplicationRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String