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 NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
96 template <
typename LocaleT = Aws::String>
98 m_localeHasBeenSet =
true;
99 m_locale = std::forward<LocaleT>(value);
101 template <
typename LocaleT = Aws::String>
115 bool m_agentSpaceIdHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_localeHasBeenSet =
false;
const Aws::String & GetName() const
UpdateAgentSpaceRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
void SetAgentSpaceId(AgentSpaceIdT &&value)
UpdateAgentSpaceRequest & WithName(NameT &&value)
void SetName(NameT &&value)
bool AgentSpaceIdHasBeenSet() const
UpdateAgentSpaceRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
AWS_DEVOPSAGENT_API UpdateAgentSpaceRequest()=default
bool NameHasBeenSet() const
bool LocaleHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetLocale(LocaleT &&value)
const Aws::String & GetLocale() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
const Aws::String & GetAgentSpaceId() const
UpdateAgentSpaceRequest & WithLocale(LocaleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String