7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
53 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
68 inline void SetVersionId(
const char* value) { m_versionIdHasBeenSet =
true; m_versionId.assign(value); }
76 bool m_keyHasBeenSet =
false;
79 bool m_versionIdHasBeenSet =
false;
ObjectIdentifier & WithKey(const Aws::String &value)
bool KeyHasBeenSet() const
ObjectIdentifier & WithKey(const char *value)
void SetKey(Aws::String &&value)
bool VersionIdHasBeenSet() const
void SetVersionId(const Aws::String &value)
AWS_S3_API ObjectIdentifier()
const Aws::String & GetVersionId() const
AWS_S3_API ObjectIdentifier(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKey(const char *value)
ObjectIdentifier & WithVersionId(const Aws::String &value)
AWS_S3_API ObjectIdentifier & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetVersionId(Aws::String &&value)
void SetKey(const Aws::String &value)
ObjectIdentifier & WithVersionId(const char *value)
void SetVersionId(const char *value)
ObjectIdentifier & WithVersionId(Aws::String &&value)
const Aws::String & GetKey() const
ObjectIdentifier & WithKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String