7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
41 template <
typename RangeInBytesT = Aws::String>
43 m_rangeInBytesHasBeenSet =
true;
44 m_rangeInBytes = std::forward<RangeInBytesT>(value);
46 template <
typename RangeInBytesT = Aws::String>
60 template <
typename SHA256TreeHashT = Aws::String>
62 m_sHA256TreeHashHasBeenSet =
true;
63 m_sHA256TreeHash = std::forward<SHA256TreeHashT>(value);
65 template <
typename SHA256TreeHashT = Aws::String>
75 bool m_rangeInBytesHasBeenSet =
false;
76 bool m_sHA256TreeHashHasBeenSet =
false;
PartListElement & WithRangeInBytes(RangeInBytesT &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
bool RangeInBytesHasBeenSet() const
bool SHA256TreeHashHasBeenSet() const
void SetRangeInBytes(RangeInBytesT &&value)
AWS_GLACIER_API PartListElement()=default
const Aws::String & GetSHA256TreeHash() const
PartListElement & WithSHA256TreeHash(SHA256TreeHashT &&value)
const Aws::String & GetRangeInBytes() const
void SetSHA256TreeHash(SHA256TreeHashT &&value)
AWS_GLACIER_API PartListElement(Aws::Utils::Json::JsonView jsonValue)
AWS_GLACIER_API PartListElement & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue