7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/BundleType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename BucketT = Aws::String>
45 m_bucketHasBeenSet =
true;
46 m_bucket = std::forward<BucketT>(value);
48 template <
typename BucketT = Aws::String>
62 template <
typename KeyT = Aws::String>
64 m_keyHasBeenSet =
true;
65 m_key = std::forward<KeyT>(value);
67 template <
typename KeyT = Aws::String>
69 SetKey(std::forward<KeyT>(value));
86 m_bundleTypeHasBeenSet =
true;
103 template <
typename VersionT = Aws::String>
105 m_versionHasBeenSet =
true;
106 m_version = std::forward<VersionT>(value);
108 template <
typename VersionT = Aws::String>
123 template <
typename ETagT = Aws::String>
125 m_eTagHasBeenSet =
true;
126 m_eTag = std::forward<ETagT>(value);
128 template <
typename ETagT = Aws::String>
130 SetETag(std::forward<ETagT>(value));
144 bool m_bucketHasBeenSet =
false;
145 bool m_keyHasBeenSet =
false;
146 bool m_bundleTypeHasBeenSet =
false;
147 bool m_versionHasBeenSet =
false;
148 bool m_eTagHasBeenSet =
false;
AWS_CODEDEPLOY_API S3Location()=default
S3Location & WithBundleType(BundleType value)
bool BundleTypeHasBeenSet() const
const Aws::String & GetETag() const
void SetBucket(BucketT &&value)
const Aws::String & GetBucket() const
AWS_CODEDEPLOY_API S3Location(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
bool ETagHasBeenSet() const
bool BucketHasBeenSet() const
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
S3Location & WithVersion(VersionT &&value)
S3Location & WithKey(KeyT &&value)
const Aws::String & GetVersion() const
BundleType GetBundleType() const
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVersion(VersionT &&value)
void SetBundleType(BundleType value)
AWS_CODEDEPLOY_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
S3Location & WithBucket(BucketT &&value)
S3Location & WithETag(ETagT &&value)
void SetETag(ETagT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue