7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
14namespace SecurityAgent {
40 template <
typename AgentSpaceIdT = Aws::String>
42 m_agentSpaceIdHasBeenSet =
true;
43 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
45 template <
typename AgentSpaceIdT = Aws::String>
53 bool m_agentSpaceIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
DeleteAgentSpaceRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
bool AgentSpaceIdHasBeenSet() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
AWS_SECURITYAGENT_API DeleteAgentSpaceRequest()=default
const Aws::String & GetAgentSpaceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String