70 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
119 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
222 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
279 inline void SetETag(
const char* value) { m_eTagHasBeenSet =
true; m_eTag.assign(value); }
305 bool m_bucketHasBeenSet =
false;
308 bool m_keyHasBeenSet =
false;
311 bool m_bundleTypeHasBeenSet =
false;
314 bool m_versionHasBeenSet =
false;
317 bool m_eTagHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
void SetKey(const Aws::String &value)
S3Location & WithBundleType(BundleType &&value)
void SetETag(Aws::String &&value)
void SetBundleType(BundleType &&value)
S3Location & WithETag(const Aws::String &value)
bool BundleTypeHasBeenSet() const
S3Location & WithBucket(Aws::String &&value)
const BundleType & GetBundleType() const
const Aws::String & GetETag() const
S3Location & WithKey(const Aws::String &value)
void SetVersion(const Aws::String &value)
const Aws::String & GetBucket() const
void SetVersion(Aws::String &&value)
void SetBucket(const Aws::String &value)
S3Location & WithETag(const char *value)
AWS_CODEDEPLOY_API S3Location(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
void SetETag(const Aws::String &value)
bool ETagHasBeenSet() const
bool BucketHasBeenSet() const
S3Location & WithKey(Aws::String &&value)
void SetBucket(Aws::String &&value)
bool KeyHasBeenSet() const
void SetBucket(const char *value)
void SetETag(const char *value)
S3Location & WithKey(const char *value)
S3Location & WithBucket(const char *value)
const Aws::String & GetVersion() const
AWS_CODEDEPLOY_API S3Location()
void SetBundleType(const BundleType &value)
S3Location & WithETag(Aws::String &&value)
S3Location & WithBucket(const Aws::String &value)
void SetKey(Aws::String &&value)
S3Location & WithVersion(const Aws::String &value)
void SetVersion(const char *value)
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
S3Location & WithBundleType(const BundleType &value)
void SetKey(const char *value)
AWS_CODEDEPLOY_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
S3Location & WithVersion(const char *value)
S3Location & WithVersion(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String