68 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
110 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
191 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
240 inline void SetETag(
const char* value) { m_eTagHasBeenSet =
true; m_eTag.assign(value); }
265 bool m_bucketHasBeenSet;
267 bool m_keyHasBeenSet;
269 bool m_bundleTypeHasBeenSet;
271 bool m_versionHasBeenSet;
273 bool m_eTagHasBeenSet;
S3Location & WithKey(const char *value)
S3Location & WithKey(Aws::String &&value)
const Aws::String & GetETag() const
S3Location & WithETag(const Aws::String &value)
void SetETag(const Aws::String &value)
void SetBucket(Aws::String &&value)
void SetBundleType(const BundleType &value)
void SetKey(const Aws::String &value)
void SetBundleType(BundleType &&value)
S3Location & WithBucket(const Aws::String &value)
void SetKey(const char *value)
S3Location & WithBundleType(BundleType &&value)
S3Location & WithBucket(const char *value)
void SetETag(Aws::String &&value)
const Aws::String & GetVersion() const
void SetBucket(const Aws::String &value)
S3Location & WithETag(Aws::String &&value)
const Aws::String & GetKey() const
void SetVersion(const Aws::String &value)
#define AWS_CODEDEPLOY_API
S3Location & WithVersion(const Aws::String &value)
const Aws::String & GetBucket() const
const BundleType & GetBundleType() const
void SetKey(Aws::String &&value)
void SetETag(const char *value)
void SetVersion(const char *value)
void SetBucket(const char *value)
S3Location & WithVersion(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
S3Location & WithKey(const Aws::String &value)
void SetVersion(Aws::String &&value)
S3Location & WithETag(const char *value)
S3Location & WithBucket(Aws::String &&value)
S3Location & WithVersion(const char *value)
JSON (JavaScript Object Notation).
S3Location & WithBundleType(const BundleType &value)