7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketNameT = Aws::String>
48 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
49 template<
typename BucketNameT = Aws::String>
60 template<
typename ObjectKeyT = Aws::String>
61 void SetObjectKey(ObjectKeyT&& value) { m_objectKeyHasBeenSet =
true; m_objectKey = std::forward<ObjectKeyT>(value); }
62 template<
typename ObjectKeyT = Aws::String>
68 bool m_bucketNameHasBeenSet =
false;
71 bool m_objectKeyHasBeenSet =
false;
S3ArtifactLocation & WithBucketName(BucketNameT &&value)
void SetObjectKey(ObjectKeyT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEPIPELINE_API S3ArtifactLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketName() const
AWS_CODEPIPELINE_API S3ArtifactLocation()=default
bool BucketNameHasBeenSet() const
void SetBucketName(BucketNameT &&value)
AWS_CODEPIPELINE_API S3ArtifactLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectKeyHasBeenSet() const
S3ArtifactLocation & WithObjectKey(ObjectKeyT &&value)
const Aws::String & GetObjectKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue