7#include <aws/artifact/Artifact_EXPORTS.h>
8#include <aws/artifact/model/InquiryFileContent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename QueryT = Aws::String>
44 m_queryHasBeenSet =
true;
45 m_query = std::forward<QueryT>(value);
47 template <
typename QueryT = Aws::String>
49 SetQuery(std::forward<QueryT>(value));
60 template <
typename FileContentT = InquiryFileContent>
62 m_fileContentHasBeenSet =
true;
63 m_fileContent = std::forward<FileContentT>(value);
65 template <
typename FileContentT = InquiryFileContent>
75 bool m_queryHasBeenSet =
false;
76 bool m_fileContentHasBeenSet =
false;
void SetFileContent(FileContentT &&value)
bool QueryHasBeenSet() const
const InquiryFileContent & GetFileContent() const
AWS_ARTIFACT_API InquiryContent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetQuery() const
AWS_ARTIFACT_API InquiryContent()=default
AWS_ARTIFACT_API InquiryContent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FileContentHasBeenSet() const
InquiryContent & WithQuery(QueryT &&value)
InquiryContent & WithFileContent(FileContentT &&value)
AWS_ARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetQuery(QueryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue