7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeGuruReviewer {
45 template <
typename SourceCodeArtifactsObjectKeyT = Aws::String>
47 m_sourceCodeArtifactsObjectKeyHasBeenSet =
true;
48 m_sourceCodeArtifactsObjectKey = std::forward<SourceCodeArtifactsObjectKeyT>(value);
50 template <
typename SourceCodeArtifactsObjectKeyT = Aws::String>
68 template <
typename BuildArtifactsObjectKeyT = Aws::String>
70 m_buildArtifactsObjectKeyHasBeenSet =
true;
71 m_buildArtifactsObjectKey = std::forward<BuildArtifactsObjectKeyT>(value);
73 template <
typename BuildArtifactsObjectKeyT = Aws::String>
83 bool m_sourceCodeArtifactsObjectKeyHasBeenSet =
false;
84 bool m_buildArtifactsObjectKeyHasBeenSet =
false;
AWS_CODEGURUREVIEWER_API CodeArtifacts & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUREVIEWER_API CodeArtifacts()=default
const Aws::String & GetSourceCodeArtifactsObjectKey() const
CodeArtifacts & WithBuildArtifactsObjectKey(BuildArtifactsObjectKeyT &&value)
AWS_CODEGURUREVIEWER_API CodeArtifacts(Aws::Utils::Json::JsonView jsonValue)
bool BuildArtifactsObjectKeyHasBeenSet() const
void SetSourceCodeArtifactsObjectKey(SourceCodeArtifactsObjectKeyT &&value)
CodeArtifacts & WithSourceCodeArtifactsObjectKey(SourceCodeArtifactsObjectKeyT &&value)
const Aws::String & GetBuildArtifactsObjectKey() const
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceCodeArtifactsObjectKeyHasBeenSet() const
void SetBuildArtifactsObjectKey(BuildArtifactsObjectKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue