7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
55 inline void SetPublicSharingEnabled(
bool value) { m_publicSharingEnabledHasBeenSet =
true; m_publicSharingEnabled = value; }
61 bool m_awsAccountIdHasBeenSet =
false;
63 bool m_publicSharingEnabled{
false};
64 bool m_publicSharingEnabledHasBeenSet =
false;
bool GetPublicSharingEnabled() const
void SetPublicSharingEnabled(bool value)
AWS_QUICKSIGHT_API UpdatePublicSharingSettingsRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
UpdatePublicSharingSettingsRequest & WithPublicSharingEnabled(bool value)
UpdatePublicSharingSettingsRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool PublicSharingEnabledHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String