7#include <aws/artifact/Artifact_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename FileSectionsT = Aws::Vector<Aws::String>>
45 m_fileSectionsHasBeenSet =
true;
46 m_fileSections = std::forward<FileSectionsT>(value);
48 template <
typename FileSectionsT = Aws::Vector<Aws::String>>
53 template <
typename FileSectionsT = Aws::String>
55 m_fileSectionsHasBeenSet =
true;
56 m_fileSections.emplace_back(std::forward<FileSectionsT>(value));
67 template <
typename ContentT = Aws::Utils::ByteBuffer>
69 m_contentHasBeenSet =
true;
70 m_content = std::forward<ContentT>(value);
72 template <
typename ContentT = Aws::Utils::ByteBuffer>
82 bool m_fileSectionsHasBeenSet =
false;
83 bool m_contentHasBeenSet =
false;
InquiryFileContent & AddFileSections(FileSectionsT &&value)
AWS_ARTIFACT_API InquiryFileContent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ARTIFACT_API InquiryFileContent()=default
void SetContent(ContentT &&value)
InquiryFileContent & WithFileSections(FileSectionsT &&value)
const Aws::Utils::ByteBuffer & GetContent() const
const Aws::Vector< Aws::String > & GetFileSections() const
bool FileSectionsHasBeenSet() const
InquiryFileContent & WithContent(ContentT &&value)
bool ContentHasBeenSet() const
void SetFileSections(FileSectionsT &&value)
AWS_ARTIFACT_API InquiryFileContent(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue