7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
14namespace DevOpsAgent {
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;
const Aws::String & GetAgentSpaceId() const
AWS_DEVOPSAGENT_API DeleteAgentSpaceRequest()=default
bool AgentSpaceIdHasBeenSet() const
DeleteAgentSpaceRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
void SetAgentSpaceId(AgentSpaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String