7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeGuruReviewer {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
59 template <
typename BucketNameT = Aws::String>
61 m_bucketNameHasBeenSet =
true;
62 m_bucketName = std::forward<BucketNameT>(value);
64 template <
typename BucketNameT = Aws::String>
74 bool m_nameHasBeenSet =
false;
75 bool m_bucketNameHasBeenSet =
false;
void SetName(NameT &&value)
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEGURUREVIEWER_API S3Repository & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool BucketNameHasBeenSet() const
void SetBucketName(BucketNameT &&value)
AWS_CODEGURUREVIEWER_API S3Repository()=default
bool NameHasBeenSet() const
S3Repository & WithName(NameT &&value)
AWS_CODEGURUREVIEWER_API S3Repository(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketName() const
S3Repository & WithBucketName(BucketNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue