7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codedeploy/model/BundleType.h>
49 template<
typename BucketT = Aws::String>
50 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
51 template<
typename BucketT = Aws::String>
62 template<
typename KeyT = Aws::String>
63 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
64 template<
typename KeyT = Aws::String>
91 template<
typename VersionT = Aws::String>
92 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
93 template<
typename VersionT = Aws::String>
105 template<
typename ETagT = Aws::String>
106 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
107 template<
typename ETagT = Aws::String>
113 bool m_bucketHasBeenSet =
false;
116 bool m_keyHasBeenSet =
false;
119 bool m_bundleTypeHasBeenSet =
false;
122 bool m_versionHasBeenSet =
false;
125 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