7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/Tier.h>
46 inline void SetTier(
const Tier& value) { m_tierHasBeenSet =
true; m_tier = value; }
47 inline void SetTier(
Tier&& value) { m_tierHasBeenSet =
true; m_tier = std::move(value); }
54 bool m_tierHasBeenSet =
false;
AWS_S3CRT_API GlacierJobParameters & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTier(Tier &&value)
AWS_S3CRT_API GlacierJobParameters()
GlacierJobParameters & WithTier(const Tier &value)
AWS_S3CRT_API GlacierJobParameters(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool TierHasBeenSet() const
const Tier & GetTier() const
void SetTier(const Tier &value)
GlacierJobParameters & WithTier(Tier &&value)