7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
64 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
65 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
79 inline void SetVersionId(
const char* value) { m_versionIdHasBeenSet =
true; m_versionId.assign(value); }
94 inline void SetEtag(
const char* value) { m_etagHasBeenSet =
true; m_etag.assign(value); }
102 bool m_bucketHasBeenSet =
false;
105 bool m_keyHasBeenSet =
false;
108 bool m_versionIdHasBeenSet =
false;
111 bool m_etagHasBeenSet =
false;
bool KeyHasBeenSet() const
const Aws::String & GetKey() const
void SetEtag(const Aws::String &value)
AWS_TRANSFER_API S3FileLocation()
S3FileLocation & WithEtag(const char *value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVersionId(const char *value)
void SetBucket(Aws::String &&value)
const Aws::String & GetEtag() const
const Aws::String & GetBucket() const
void SetKey(const Aws::String &value)
const Aws::String & GetVersionId() const
S3FileLocation & WithBucket(const char *value)
bool EtagHasBeenSet() const
void SetEtag(Aws::String &&value)
S3FileLocation & WithVersionId(const Aws::String &value)
S3FileLocation & WithVersionId(Aws::String &&value)
bool BucketHasBeenSet() const
void SetEtag(const char *value)
void SetBucket(const Aws::String &value)
S3FileLocation & WithVersionId(const char *value)
S3FileLocation & WithKey(const Aws::String &value)
void SetVersionId(Aws::String &&value)
S3FileLocation & WithEtag(Aws::String &&value)
void SetKey(const char *value)
void SetKey(Aws::String &&value)
bool VersionIdHasBeenSet() const
AWS_TRANSFER_API S3FileLocation(Aws::Utils::Json::JsonView jsonValue)
S3FileLocation & WithEtag(const Aws::String &value)
S3FileLocation & WithKey(const char *value)
AWS_TRANSFER_API S3FileLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVersionId(const Aws::String &value)
void SetBucket(const char *value)
S3FileLocation & WithKey(Aws::String &&value)
S3FileLocation & WithBucket(const Aws::String &value)
S3FileLocation & WithBucket(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue