7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/Hash.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename EntryPo
intHashT = Hash>
48 void SetEntryPointHash(EntryPointHashT&& value) { m_entryPointHashHasBeenSet =
true; m_entryPointHash = std::forward<EntryPointHashT>(value); }
49 template<
typename EntryPo
intHashT = Hash>
59 template<
typename AdditionalArtifactHashesT = Aws::Vector<Hash>>
60 void SetAdditionalArtifactHashes(AdditionalArtifactHashesT&& value) { m_additionalArtifactHashesHasBeenSet =
true; m_additionalArtifactHashes = std::forward<AdditionalArtifactHashesT>(value); }
61 template<
typename AdditionalArtifactHashesT = Aws::Vector<Hash>>
63 template<
typename AdditionalArtifactHashesT = Hash>
68 Hash m_entryPointHash;
69 bool m_entryPointHashHasBeenSet =
false;
72 bool m_additionalArtifactHashesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue