AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CodeArtifacts.h
1
6#pragma once
7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CodeGuruReviewer
22{
23namespace Model
24{
25
36 {
37 public:
38 AWS_CODEGURUREVIEWER_API CodeArtifacts();
39 AWS_CODEGURUREVIEWER_API CodeArtifacts(Aws::Utils::Json::JsonView jsonValue);
40 AWS_CODEGURUREVIEWER_API CodeArtifacts& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const Aws::String& GetSourceCodeArtifactsObjectKey() const{ return m_sourceCodeArtifactsObjectKey; }
50 inline bool SourceCodeArtifactsObjectKeyHasBeenSet() const { return m_sourceCodeArtifactsObjectKeyHasBeenSet; }
51 inline void SetSourceCodeArtifactsObjectKey(const Aws::String& value) { m_sourceCodeArtifactsObjectKeyHasBeenSet = true; m_sourceCodeArtifactsObjectKey = value; }
52 inline void SetSourceCodeArtifactsObjectKey(Aws::String&& value) { m_sourceCodeArtifactsObjectKeyHasBeenSet = true; m_sourceCodeArtifactsObjectKey = std::move(value); }
53 inline void SetSourceCodeArtifactsObjectKey(const char* value) { m_sourceCodeArtifactsObjectKeyHasBeenSet = true; m_sourceCodeArtifactsObjectKey.assign(value); }
56 inline CodeArtifacts& WithSourceCodeArtifactsObjectKey(const char* value) { SetSourceCodeArtifactsObjectKey(value); return *this;}
58
60
68 inline const Aws::String& GetBuildArtifactsObjectKey() const{ return m_buildArtifactsObjectKey; }
69 inline bool BuildArtifactsObjectKeyHasBeenSet() const { return m_buildArtifactsObjectKeyHasBeenSet; }
70 inline void SetBuildArtifactsObjectKey(const Aws::String& value) { m_buildArtifactsObjectKeyHasBeenSet = true; m_buildArtifactsObjectKey = value; }
71 inline void SetBuildArtifactsObjectKey(Aws::String&& value) { m_buildArtifactsObjectKeyHasBeenSet = true; m_buildArtifactsObjectKey = std::move(value); }
72 inline void SetBuildArtifactsObjectKey(const char* value) { m_buildArtifactsObjectKeyHasBeenSet = true; m_buildArtifactsObjectKey.assign(value); }
74 inline CodeArtifacts& WithBuildArtifactsObjectKey(Aws::String&& value) { SetBuildArtifactsObjectKey(std::move(value)); return *this;}
75 inline CodeArtifacts& WithBuildArtifactsObjectKey(const char* value) { SetBuildArtifactsObjectKey(value); return *this;}
77 private:
78
79 Aws::String m_sourceCodeArtifactsObjectKey;
80 bool m_sourceCodeArtifactsObjectKeyHasBeenSet = false;
81
82 Aws::String m_buildArtifactsObjectKey;
83 bool m_buildArtifactsObjectKeyHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace CodeGuruReviewer
88} // namespace Aws
AWS_CODEGURUREVIEWER_API CodeArtifacts & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSourceCodeArtifactsObjectKey(const char *value)
CodeArtifacts & WithSourceCodeArtifactsObjectKey(const Aws::String &value)
void SetBuildArtifactsObjectKey(const Aws::String &value)
const Aws::String & GetSourceCodeArtifactsObjectKey() const
void SetBuildArtifactsObjectKey(const char *value)
void SetSourceCodeArtifactsObjectKey(Aws::String &&value)
CodeArtifacts & WithSourceCodeArtifactsObjectKey(Aws::String &&value)
AWS_CODEGURUREVIEWER_API CodeArtifacts()
void SetSourceCodeArtifactsObjectKey(const Aws::String &value)
AWS_CODEGURUREVIEWER_API CodeArtifacts(Aws::Utils::Json::JsonView jsonValue)
CodeArtifacts & WithBuildArtifactsObjectKey(Aws::String &&value)
CodeArtifacts & WithBuildArtifactsObjectKey(const Aws::String &value)
CodeArtifacts & WithSourceCodeArtifactsObjectKey(const char *value)
const Aws::String & GetBuildArtifactsObjectKey() const
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBuildArtifactsObjectKey(Aws::String &&value)
CodeArtifacts & WithBuildArtifactsObjectKey(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue