7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/ServiceConfiguration.h>
15namespace DevOpsAgent {
42 template <
typename AgentSpaceIdT = Aws::String>
44 m_agentSpaceIdHasBeenSet =
true;
45 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
47 template <
typename AgentSpaceIdT = Aws::String>
60 template <
typename ServiceIdT = Aws::String>
62 m_serviceIdHasBeenSet =
true;
63 m_serviceId = std::forward<ServiceIdT>(value);
65 template <
typename ServiceIdT = Aws::String>
79 template <
typename ConfigurationT = ServiceConfiguration>
81 m_configurationHasBeenSet =
true;
82 m_configuration = std::forward<ConfigurationT>(value);
84 template <
typename ConfigurationT = ServiceConfiguration>
96 bool m_agentSpaceIdHasBeenSet =
false;
97 bool m_serviceIdHasBeenSet =
false;
98 bool m_configurationHasBeenSet =
false;
const Aws::String & GetAgentSpaceId() const
AssociateServiceRequest & WithServiceId(ServiceIdT &&value)
const ServiceConfiguration & GetConfiguration() const
AssociateServiceRequest & WithConfiguration(ConfigurationT &&value)
const Aws::String & GetServiceId() const
AWS_DEVOPSAGENT_API AssociateServiceRequest()=default
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
bool ConfigurationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ServiceIdHasBeenSet() const
bool AgentSpaceIdHasBeenSet() const
AssociateServiceRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetConfiguration(ConfigurationT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
void SetServiceId(ServiceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String