7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/Hash.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename EntryPo
intHashT = Hash>
43 m_entryPointHashHasBeenSet =
true;
44 m_entryPointHash = std::forward<EntryPointHashT>(value);
46 template <
typename EntryPo
intHashT = Hash>
59 template <
typename AdditionalArtifactHashesT = Aws::Vector<Hash>>
61 m_additionalArtifactHashesHasBeenSet =
true;
62 m_additionalArtifactHashes = std::forward<AdditionalArtifactHashesT>(value);
64 template <
typename AdditionalArtifactHashesT = Aws::Vector<Hash>>
69 template <
typename AdditionalArtifactHashesT = Hash>
71 m_additionalArtifactHashesHasBeenSet =
true;
72 m_additionalArtifactHashes.emplace_back(std::forward<AdditionalArtifactHashesT>(value));
77 Hash m_entryPointHash;
80 bool m_entryPointHashHasBeenSet =
false;
81 bool m_additionalArtifactHashesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue