7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotsitewise/model/Citation.h>
49 template<
typename MessageT = Aws::String>
50 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
51 template<
typename MessageT = Aws::String>
62 template<
typename CitationsT = Aws::Vector<Citation>>
63 void SetCitations(CitationsT&& value) { m_citationsHasBeenSet =
true; m_citations = std::forward<CitationsT>(value); }
64 template<
typename CitationsT = Aws::Vector<Citation>>
66 template<
typename CitationsT = Citation>
67 InvocationOutput&
AddCitations(CitationsT&& value) { m_citationsHasBeenSet =
true; m_citations.emplace_back(std::forward<CitationsT>(value));
return *
this; }
72 bool m_messageHasBeenSet =
false;
75 bool m_citationsHasBeenSet =
false;
AWS_IOTSITEWISE_API InvocationOutput()=default
InvocationOutput & WithCitations(CitationsT &&value)
AWS_IOTSITEWISE_API InvocationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCitations(CitationsT &&value)
const Aws::Vector< Citation > & GetCitations() const
bool CitationsHasBeenSet() const
InvocationOutput & AddCitations(CitationsT &&value)
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
AWS_IOTSITEWISE_API InvocationOutput(Aws::Utils::Json::JsonView jsonValue)
InvocationOutput & WithMessage(MessageT &&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