7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
67 template<
typename FilesT = Aws::Vector<Aws::String>>
68 void SetFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files = std::forward<FilesT>(value); }
69 template<
typename FilesT = Aws::Vector<Aws::String>>
71 template<
typename FilesT = Aws::String>
72 OutputArtifact&
AddFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files.emplace_back(std::forward<FilesT>(value));
return *
this; }
77 bool m_nameHasBeenSet =
false;
80 bool m_filesHasBeenSet =
false;
OutputArtifact & AddFiles(FilesT &&value)
OutputArtifact & WithFiles(FilesT &&value)
AWS_CODEPIPELINE_API OutputArtifact()=default
bool FilesHasBeenSet() const
void SetFiles(FilesT &&value)
const Aws::Vector< Aws::String > & GetFiles() const
const Aws::String & GetName() const
AWS_CODEPIPELINE_API OutputArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool NameHasBeenSet() const
OutputArtifact & WithName(NameT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEPIPELINE_API OutputArtifact(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue