7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename PrincipalIdT = Aws::String>
45 void SetPrincipalId(PrincipalIdT&& value) { m_principalIdHasBeenSet =
true; m_principalId = std::forward<PrincipalIdT>(value); }
46 template<
typename PrincipalIdT = Aws::String>
58 template<
typename AwsAccountIdT = Aws::String>
59 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
60 template<
typename AwsAccountIdT = Aws::String>
70 template<
typename NamespaceT = Aws::String>
71 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
72 template<
typename NamespaceT = Aws::String>
78 bool m_principalIdHasBeenSet =
false;
81 bool m_awsAccountIdHasBeenSet =
false;
84 bool m_namespaceHasBeenSet =
false;
const Aws::String & GetPrincipalId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DeleteUserByPrincipalIdRequest & WithPrincipalId(PrincipalIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DeleteUserByPrincipalIdRequest()=default
void SetPrincipalId(PrincipalIdT &&value)
DeleteUserByPrincipalIdRequest & WithNamespace(NamespaceT &&value)
bool PrincipalIdHasBeenSet() const
void SetNamespace(NamespaceT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNamespace() const
const Aws::String & GetAwsAccountId() const
bool NamespaceHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
DeleteUserByPrincipalIdRequest & WithAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String