7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/healthlake/HealthLake_EXPORTS.h>
10#include <aws/healthlake/model/AgentOutputMessageType.h>
43 template <
typename BodyT = Aws::String>
45 m_bodyHasBeenSet =
true;
46 m_body = std::forward<BodyT>(value);
48 template <
typename BodyT = Aws::String>
50 SetBody(std::forward<BodyT>(value));
63 m_typeHasBeenSet =
true;
79 template <
typename OptionsListT = Aws::Vector<Aws::String>>
81 m_optionsListHasBeenSet =
true;
82 m_optionsList = std::forward<OptionsListT>(value);
84 template <
typename OptionsListT = Aws::Vector<Aws::String>>
89 template <
typename OptionsListT = Aws::String>
91 m_optionsListHasBeenSet =
true;
92 m_optionsList.emplace_back(std::forward<OptionsListT>(value));
102 bool m_bodyHasBeenSet =
false;
103 bool m_typeHasBeenSet =
false;
104 bool m_optionsListHasBeenSet =
false;
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_HEALTHLAKE_API AgentOutputMessage()=default
AgentOutputMessage & WithOptionsList(OptionsListT &&value)
AgentOutputMessage & AddOptionsList(OptionsListT &&value)
void SetBody(BodyT &&value)
void SetType(AgentOutputMessageType value)
AWS_HEALTHLAKE_API AgentOutputMessage(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetOptionsList() const
AgentOutputMessage & WithBody(BodyT &&value)
void SetOptionsList(OptionsListT &&value)
AgentOutputMessageType GetType() const
bool OptionsListHasBeenSet() const
bool BodyHasBeenSet() const
AWS_HEALTHLAKE_API AgentOutputMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
const Aws::String & GetBody() const
AgentOutputMessage & WithType(AgentOutputMessageType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue