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 AgentIdT = Aws::String>
39 m_agentIdHasBeenSet =
true;
40 m_agentId = std::forward<AgentIdT>(value);
42 template <
typename AgentIdT = Aws::String>
55 template <
typename AwsAccountIdT = Aws::String>
57 m_awsAccountIdHasBeenSet =
true;
58 m_awsAccountId = std::forward<AwsAccountIdT>(value);
60 template <
typename AwsAccountIdT = Aws::String>
70 bool m_agentIdHasBeenSet =
false;
71 bool m_awsAccountIdHasBeenSet =
false;
AWS_QUICKSIGHT_API DescribeAgentPermissionsRequest()=default
const Aws::String & GetAgentId() const
bool AwsAccountIdHasBeenSet() const
bool AgentIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
DescribeAgentPermissionsRequest & WithAgentId(AgentIdT &&value)
DescribeAgentPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetAgentId(AgentIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String