7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/S3Location.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename S3locationT = S3Location>
61 void SetS3location(S3locationT&& value) { m_s3locationHasBeenSet =
true; m_s3location = std::forward<S3locationT>(value); }
62 template<
typename S3locationT = S3Location>
68 bool m_nameHasBeenSet =
false;
71 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