22 namespace CodePipeline
60 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
90 inline void SetVersion(
long value) { m_versionHasBeenSet =
true; m_version = value; }
100 bool m_nameHasBeenSet;
102 bool m_versionHasBeenSet;
const Aws::String & GetName() const
void SetName(const char *value)
void SetVersion(long value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
GetPipelineRequest & WithName(const char *value)
void SetName(const Aws::String &value)
GetPipelineRequest & WithVersion(long value)
#define AWS_CODEPIPELINE_API
GetPipelineRequest & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
GetPipelineRequest & WithName(Aws::String &&value)
JSON (JavaScript Object Notation).