7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruReviewer
51 template<
typename SourceCodeArtifactsObjectKeyT = Aws::String>
52 void SetSourceCodeArtifactsObjectKey(SourceCodeArtifactsObjectKeyT&& value) { m_sourceCodeArtifactsObjectKeyHasBeenSet =
true; m_sourceCodeArtifactsObjectKey = std::forward<SourceCodeArtifactsObjectKeyT>(value); }
53 template<
typename SourceCodeArtifactsObjectKeyT = Aws::String>
68 template<
typename BuildArtifactsObjectKeyT = Aws::String>
69 void SetBuildArtifactsObjectKey(BuildArtifactsObjectKeyT&& value) { m_buildArtifactsObjectKeyHasBeenSet =
true; m_buildArtifactsObjectKey = std::forward<BuildArtifactsObjectKeyT>(value); }
70 template<
typename BuildArtifactsObjectKeyT = Aws::String>
76 bool m_sourceCodeArtifactsObjectKeyHasBeenSet =
false;
79 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