7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RangeInBytesT = Aws::String>
48 void SetRangeInBytes(RangeInBytesT&& value) { m_rangeInBytesHasBeenSet =
true; m_rangeInBytes = std::forward<RangeInBytesT>(value); }
49 template<
typename RangeInBytesT = Aws::String>
60 template<
typename SHA256TreeHashT = Aws::String>
61 void SetSHA256TreeHash(SHA256TreeHashT&& value) { m_sHA256TreeHashHasBeenSet =
true; m_sHA256TreeHash = std::forward<SHA256TreeHashT>(value); }
62 template<
typename SHA256TreeHashT = Aws::String>
68 bool m_rangeInBytesHasBeenSet =
false;
71 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