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>
59 template <
typename AssociationIdT = Aws::String>
61 m_associationIdHasBeenSet =
true;
62 m_associationId = std::forward<AssociationIdT>(value);
64 template <
typename AssociationIdT = Aws::String>
74 bool m_agentSpaceIdHasBeenSet =
false;
75 bool m_associationIdHasBeenSet =
false;
const Aws::String & GetAssociationId() const
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetAgentSpaceId() const
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
void SetAssociationId(AssociationIdT &&value)
GetAssociationRequest & WithAssociationId(AssociationIdT &&value)
GetAssociationRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
AWS_DEVOPSAGENT_API GetAssociationRequest()=default
void SetAgentSpaceId(AgentSpaceIdT &&value)
bool AssociationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String