7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9#include <aws/qconnect/model/ReferenceType.h>
42 template <
typename AssociationIdT = Aws::String>
44 m_associationIdHasBeenSet =
true;
45 m_associationId = std::forward<AssociationIdT>(value);
47 template <
typename AssociationIdT = Aws::String>
61 template <
typename SourceIdT = Aws::String>
63 m_sourceIdHasBeenSet =
true;
64 m_sourceId = std::forward<SourceIdT>(value);
66 template <
typename SourceIdT = Aws::String>
80 m_referenceTypeHasBeenSet =
true;
81 m_referenceType = value;
95 template <
typename ContentTextT = Aws::String>
97 m_contentTextHasBeenSet =
true;
98 m_contentText = std::forward<ContentTextT>(value);
100 template <
typename ContentTextT = Aws::String>
114 bool m_associationIdHasBeenSet =
false;
115 bool m_sourceIdHasBeenSet =
false;
116 bool m_referenceTypeHasBeenSet =
false;
117 bool m_contentTextHasBeenSet =
false;
AWS_QCONNECT_API RetrieveResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContentText(ContentTextT &&value)
RetrieveResult & WithReferenceType(ReferenceType value)
AWS_QCONNECT_API RetrieveResult()=default
bool AssociationIdHasBeenSet() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
ReferenceType GetReferenceType() const
bool ReferenceTypeHasBeenSet() const
RetrieveResult & WithAssociationId(AssociationIdT &&value)
void SetReferenceType(ReferenceType value)
const Aws::String & GetAssociationId() const
const Aws::String & GetContentText() const
void SetAssociationId(AssociationIdT &&value)
AWS_QCONNECT_API RetrieveResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceId() const
bool ContentTextHasBeenSet() const
void SetSourceId(SourceIdT &&value)
RetrieveResult & WithSourceId(SourceIdT &&value)
RetrieveResult & WithContentText(ContentTextT &&value)
bool SourceIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue