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>
56 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
75 inline OutputArtifact&
AddFiles(
const char* value) { m_filesHasBeenSet =
true; m_files.push_back(value);
return *
this; }
80 bool m_nameHasBeenSet =
false;
83 bool m_filesHasBeenSet =
false;
void SetFiles(const Aws::Vector< Aws::String > &value)
void SetName(Aws::String &&value)
OutputArtifact & AddFiles(const Aws::String &value)
void SetFiles(Aws::Vector< Aws::String > &&value)
bool FilesHasBeenSet() const
OutputArtifact & WithFiles(const Aws::Vector< Aws::String > &value)
OutputArtifact & AddFiles(const char *value)
OutputArtifact & WithName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetFiles() const
OutputArtifact & AddFiles(Aws::String &&value)
OutputArtifact & WithName(const char *value)
OutputArtifact & WithName(const Aws::String &value)
const Aws::String & GetName() const
AWS_CODEPIPELINE_API OutputArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
void SetName(const char *value)
bool NameHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
OutputArtifact & WithFiles(Aws::Vector< Aws::String > &&value)
AWS_CODEPIPELINE_API OutputArtifact(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API OutputArtifact()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue