7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
49 template <
typename ObjectArnT = Aws::String>
51 m_objectArnHasBeenSet =
true;
52 m_objectArn = std::forward<ObjectArnT>(value);
54 template <
typename ObjectArnT = Aws::String>
68 template <
typename ObjectVersionIdT = Aws::String>
70 m_objectVersionIdHasBeenSet =
true;
71 m_objectVersionId = std::forward<ObjectVersionIdT>(value);
73 template <
typename ObjectVersionIdT = Aws::String>
86 template <
typename ETagT = Aws::String>
88 m_eTagHasBeenSet =
true;
89 m_eTag = std::forward<ETagT>(value);
91 template <
typename ETagT = Aws::String>
93 SetETag(std::forward<ETagT>(value));
103 bool m_objectArnHasBeenSet =
false;
104 bool m_objectVersionIdHasBeenSet =
false;
105 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