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 {
41 template <
typename AgentSpaceIdT = Aws::String>
43 m_agentSpaceIdHasBeenSet =
true;
44 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
46 template <
typename AgentSpaceIdT = Aws::String>
54 bool m_agentSpaceIdHasBeenSet =
false;
AWS_DEVOPSAGENT_API GetAgentSpaceRequest()=default
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAgentSpaceId() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
bool AgentSpaceIdHasBeenSet() const
GetAgentSpaceRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String