7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
19namespace DevOpsAgent {
40 template <
typename DescriptionT = Aws::String>
42 m_descriptionHasBeenSet =
true;
43 m_description = std::forward<DescriptionT>(value);
45 template <
typename DescriptionT = Aws::String>
58 template <
typename ObjectivesT = Aws::String>
60 m_objectivesHasBeenSet =
true;
61 m_objectives = std::forward<ObjectivesT>(value);
63 template <
typename ObjectivesT = Aws::String>
73 bool m_descriptionHasBeenSet =
false;
74 bool m_objectivesHasBeenSet =
false;
void SetObjectives(ObjectivesT &&value)
void SetDescription(DescriptionT &&value)
AWS_DEVOPSAGENT_API GoalContent()=default
AWS_DEVOPSAGENT_API GoalContent(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API GoalContent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectivesHasBeenSet() const
GoalContent & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetObjectives() const
GoalContent & WithObjectives(ObjectivesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue