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;
const Aws::String & GetAgentId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DeleteAgentRequest & WithAwsAccountId(AwsAccountIdT &&value)
DeleteAgentRequest & WithAgentId(AgentIdT &&value)
const Aws::String & GetAwsAccountId() const
bool AgentIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API DeleteAgentRequest()=default
void SetAgentId(AgentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String