7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/SelfUpgradeStatus.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename NamespaceT = Aws::String>
60 m_namespaceHasBeenSet =
true;
61 m_namespace = std::forward<NamespaceT>(value);
63 template <
typename NamespaceT = Aws::String>
77 m_selfUpgradeStatusHasBeenSet =
true;
78 m_selfUpgradeStatus = value;
91 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_namespaceHasBeenSet =
false;
93 bool m_selfUpgradeStatusHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
UpdateSelfUpgradeConfigurationRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetNamespace(NamespaceT &&value)
void SetSelfUpgradeStatus(SelfUpgradeStatus value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool NamespaceHasBeenSet() const
const Aws::String & GetNamespace() const
AWS_QUICKSIGHT_API UpdateSelfUpgradeConfigurationRequest()=default
UpdateSelfUpgradeConfigurationRequest & WithNamespace(NamespaceT &&value)
UpdateSelfUpgradeConfigurationRequest & WithSelfUpgradeStatus(SelfUpgradeStatus value)
SelfUpgradeStatus GetSelfUpgradeStatus() const
void SetAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool SelfUpgradeStatusHasBeenSet() const
const Aws::String & GetAwsAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String