7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/S3Location.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename S3locationT = S3Location>
62 m_s3locationHasBeenSet =
true;
63 m_s3location = std::forward<S3locationT>(value);
65 template <
typename S3locationT = S3Location>
75 bool m_nameHasBeenSet =
false;
76 bool m_s3locationHasBeenSet =
false;
AWS_CODEPIPELINE_API ArtifactDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
ArtifactDetail & WithS3location(S3locationT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
ArtifactDetail & WithName(NameT &&value)
void SetS3location(S3locationT &&value)
bool S3locationHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_CODEPIPELINE_API ArtifactDetail(Aws::Utils::Json::JsonView jsonValue)
const S3Location & GetS3location() const
AWS_CODEPIPELINE_API ArtifactDetail()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue