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/Role.h>
39 m_roleHasBeenSet =
true;
56 template <
typename AwsAccountIdT = Aws::String>
58 m_awsAccountIdHasBeenSet =
true;
59 m_awsAccountId = std::forward<AwsAccountIdT>(value);
61 template <
typename AwsAccountIdT = Aws::String>
74 template <
typename NamespaceT = Aws::String>
76 m_namespaceHasBeenSet =
true;
77 m_namespace = std::forward<NamespaceT>(value);
79 template <
typename NamespaceT = Aws::String>
91 bool m_roleHasBeenSet =
false;
92 bool m_awsAccountIdHasBeenSet =
false;
93 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