7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/nova-act/NovaAct_EXPORTS.h>
10#include <aws/nova-act/model/CallResultContent.h>
42 template <
typename CallIdT = Aws::String>
44 m_callIdHasBeenSet =
true;
45 m_callId = std::forward<CallIdT>(value);
47 template <
typename CallIdT = Aws::String>
61 template <
typename ContentT = Aws::Vector<CallResultContent>>
63 m_contentHasBeenSet =
true;
64 m_content = std::forward<ContentT>(value);
66 template <
typename ContentT = Aws::Vector<CallResultContent>>
71 template <
typename ContentT = CallResultContent>
73 m_contentHasBeenSet =
true;
74 m_content.emplace_back(std::forward<ContentT>(value));
82 bool m_callIdHasBeenSet =
false;
83 bool m_contentHasBeenSet =
false;
CallResult & WithContent(ContentT &&value)
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NOVAACT_API CallResult & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CallIdHasBeenSet() const
const Aws::Vector< CallResultContent > & GetContent() const
void SetCallId(CallIdT &&value)
AWS_NOVAACT_API CallResult()=default
AWS_NOVAACT_API CallResult(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
const Aws::String & GetCallId() const
CallResult & WithCallId(CallIdT &&value)
CallResult & AddContent(ContentT &&value)
void SetContent(ContentT &&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