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 AssociationIdT = Aws::String>
62 m_associationIdHasBeenSet =
true;
63 m_associationId = std::forward<AssociationIdT>(value);
65 template <
typename AssociationIdT = 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_associationIdHasBeenSet =
false;
98 bool m_configurationHasBeenSet =
false;
void SetAssociationId(AssociationIdT &&value)
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetAssociationId() const
UpdateAssociationRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
virtual const char * GetServiceRequestName() const override
UpdateAssociationRequest & WithAssociationId(AssociationIdT &&value)
const ServiceConfiguration & GetConfiguration() const
bool ConfigurationHasBeenSet() const
AWS_DEVOPSAGENT_API UpdateAssociationRequest()=default
UpdateAssociationRequest & WithConfiguration(ConfigurationT &&value)
void SetConfiguration(ConfigurationT &&value)
bool AssociationIdHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetAgentSpaceId() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String