7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodePipeline {
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
60 template <
typename ObjectKeyT = Aws::String>
62 m_objectKeyHasBeenSet =
true;
63 m_objectKey = std::forward<ObjectKeyT>(value);
65 template <
typename ObjectKeyT = Aws::String>
75 bool m_bucketNameHasBeenSet =
false;
76 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