7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename GroupNameT = Aws::String>
39 m_groupNameHasBeenSet =
true;
40 m_groupName = std::forward<GroupNameT>(value);
42 template <
typename GroupNameT = Aws::String>
57 template <
typename AwsAccountIdT = Aws::String>
59 m_awsAccountIdHasBeenSet =
true;
60 m_awsAccountId = std::forward<AwsAccountIdT>(value);
62 template <
typename AwsAccountIdT = Aws::String>
75 template <
typename NamespaceT = Aws::String>
77 m_namespaceHasBeenSet =
true;
78 m_namespace = std::forward<NamespaceT>(value);
80 template <
typename NamespaceT = Aws::String>
92 bool m_groupNameHasBeenSet =
false;
93 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_namespaceHasBeenSet =
false;
bool GroupNameHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
DescribeGroupRequest & WithNamespace(NamespaceT &&value)
bool NamespaceHasBeenSet() const
void SetNamespace(NamespaceT &&value)
const Aws::String & GetGroupName() const
const Aws::String & GetNamespace() const
void SetGroupName(GroupNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DescribeGroupRequest()=default
DescribeGroupRequest & WithGroupName(GroupNameT &&value)
bool AwsAccountIdHasBeenSet() const
DescribeGroupRequest & WithAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String