7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
27 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeSelfUpgradeConfiguration"; }
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename NamespaceT = Aws::String>
59 m_namespaceHasBeenSet =
true;
60 m_namespace = std::forward<NamespaceT>(value);
62 template <
typename NamespaceT = Aws::String>
72 bool m_awsAccountIdHasBeenSet =
false;
73 bool m_namespaceHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DescribeSelfUpgradeConfigurationRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
bool NamespaceHasBeenSet() const
const Aws::String & GetNamespace() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API DescribeSelfUpgradeConfigurationRequest()=default
const Aws::String & GetAwsAccountId() const
DescribeSelfUpgradeConfigurationRequest & WithNamespace(NamespaceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String