7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename ObjectArnT = Aws::String>
56 void SetObjectArn(ObjectArnT&& value) { m_objectArnHasBeenSet =
true; m_objectArn = std::forward<ObjectArnT>(value); }
57 template<
typename ObjectArnT = Aws::String>
68 template<
typename ObjectVersionIdT = Aws::String>
69 void SetObjectVersionId(ObjectVersionIdT&& value) { m_objectVersionIdHasBeenSet =
true; m_objectVersionId = std::forward<ObjectVersionIdT>(value); }
70 template<
typename ObjectVersionIdT = Aws::String>
80 template<
typename ETagT = Aws::String>
81 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
82 template<
typename ETagT = Aws::String>
88 bool m_objectArnHasBeenSet =
false;
91 bool m_objectVersionIdHasBeenSet =
false;
94 bool m_eTagHasBeenSet =
false;
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetETag(ETagT &&value)
void SetObjectVersionId(ObjectVersionIdT &&value)
const Aws::String & GetObjectVersionId() const
void SetObjectArn(ObjectArnT &&value)
AWS_S3CONTROL_API JobManifestLocation()=default
const Aws::String & GetObjectArn() const
bool ETagHasBeenSet() const
JobManifestLocation & WithETag(ETagT &&value)
AWS_S3CONTROL_API JobManifestLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetETag() const
JobManifestLocation & WithObjectArn(ObjectArnT &&value)
bool ObjectVersionIdHasBeenSet() const
JobManifestLocation & WithObjectVersionId(ObjectVersionIdT &&value)
bool ObjectArnHasBeenSet() const
AWS_S3CONTROL_API JobManifestLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String