7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codedeploy/model/BundleType.h>
51 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
65 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
66 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
99 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
115 inline void SetETag(
const char* value) { m_eTagHasBeenSet =
true; m_eTag.assign(value); }
123 bool m_bucketHasBeenSet =
false;
126 bool m_keyHasBeenSet =
false;
129 bool m_bundleTypeHasBeenSet =
false;
132 bool m_versionHasBeenSet =
false;
135 bool m_eTagHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue