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/SelfUpgradeAdminAction.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 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>
75 template <
typename UpgradeRequestIdT = Aws::String>
77 m_upgradeRequestIdHasBeenSet =
true;
78 m_upgradeRequestId = std::forward<UpgradeRequestIdT>(value);
80 template <
typename UpgradeRequestIdT = Aws::String>
95 m_actionHasBeenSet =
true;
111 bool m_awsAccountIdHasBeenSet =
false;
112 bool m_namespaceHasBeenSet =
false;
113 bool m_upgradeRequestIdHasBeenSet =
false;
114 bool m_actionHasBeenSet =
false;
UpdateSelfUpgradeRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
SelfUpgradeAdminAction GetAction() const
void SetUpgradeRequestId(UpgradeRequestIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool AwsAccountIdHasBeenSet() const
bool UpgradeRequestIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAction(SelfUpgradeAdminAction value)
UpdateSelfUpgradeRequest & WithAction(SelfUpgradeAdminAction value)
UpdateSelfUpgradeRequest & WithUpgradeRequestId(UpgradeRequestIdT &&value)
bool NamespaceHasBeenSet() const
void SetNamespace(NamespaceT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool ActionHasBeenSet() const
UpdateSelfUpgradeRequest & WithNamespace(NamespaceT &&value)
const Aws::String & GetUpgradeRequestId() const
AWS_QUICKSIGHT_API UpdateSelfUpgradeRequest()=default
const Aws::String & GetNamespace() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String