7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/model/Role.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 inline void SetRole(
Role value) { m_roleHasBeenSet =
true; m_role = value; }
54 template<
typename AwsAccountIdT = Aws::String>
55 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
56 template<
typename AwsAccountIdT = Aws::String>
66 template<
typename NamespaceT = Aws::String>
67 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
68 template<
typename NamespaceT = Aws::String>
74 bool m_roleHasBeenSet =
false;
77 bool m_awsAccountIdHasBeenSet =
false;
80 bool m_namespaceHasBeenSet =
false;
DeleteRoleCustomPermissionRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeleteRoleCustomPermissionRequest & WithRole(Role value)
bool NamespaceHasBeenSet() const
DeleteRoleCustomPermissionRequest & WithNamespace(NamespaceT &&value)
bool AwsAccountIdHasBeenSet() const
bool RoleHasBeenSet() const
AWS_QUICKSIGHT_API DeleteRoleCustomPermissionRequest()=default
const Aws::String & GetAwsAccountId() const
const Aws::String & GetNamespace() const
void SetNamespace(NamespaceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String