7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketT = Aws::String>
48 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
49 template<
typename BucketT = Aws::String>
59 template<
typename KeyT = Aws::String>
60 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
61 template<
typename KeyT = Aws::String>
67 bool m_bucketHasBeenSet =
false;
70 bool m_keyHasBeenSet =
false;
const Aws::String & GetBucket() const
bool KeyHasBeenSet() const
AWS_CODEPIPELINE_API S3Location(Aws::Utils::Json::JsonView jsonValue)
S3Location & WithBucket(BucketT &&value)
S3Location & WithKey(KeyT &&value)
AWS_CODEPIPELINE_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKey() const
void SetBucket(BucketT &&value)
AWS_CODEPIPELINE_API S3Location()=default
bool BucketHasBeenSet() const
void SetKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue