7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/EncryptionAlgorithm.h>
42 m_encryptionAlgorithmHasBeenSet =
true;
43 m_encryptionAlgorithm = value;
57 template <
typename HashT = Aws::String>
59 m_hashHasBeenSet =
true;
60 m_hash = std::forward<HashT>(value);
62 template <
typename HashT = Aws::String>
64 SetHash(std::forward<HashT>(value));
72 bool m_encryptionAlgorithmHasBeenSet =
false;
73 bool m_hashHasBeenSet =
false;
Checksum & WithHash(HashT &&value)
AWS_MGN_API Checksum()=default
void SetEncryptionAlgorithm(EncryptionAlgorithm value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHash(HashT &&value)
AWS_MGN_API Checksum(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetHash() const
EncryptionAlgorithm GetEncryptionAlgorithm() const
AWS_MGN_API Checksum & operator=(Aws::Utils::Json::JsonView jsonValue)
bool HashHasBeenSet() const
bool EncryptionAlgorithmHasBeenSet() const
Checksum & WithEncryptionAlgorithm(EncryptionAlgorithm value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue