7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename OwnerT = Aws::String>
61 m_ownerHasBeenSet =
true;
62 m_owner = std::forward<OwnerT>(value);
64 template <
typename OwnerT = Aws::String>
66 SetOwner(std::forward<OwnerT>(value));
74 bool m_nameHasBeenSet =
false;
75 bool m_ownerHasBeenSet =
false;
AWS_SECURITYAGENT_API GitHubRepositoryResource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetOwner(OwnerT &&value)
bool OwnerHasBeenSet() const
bool NameHasBeenSet() const
GitHubRepositoryResource & WithName(NameT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYAGENT_API GitHubRepositoryResource()=default
GitHubRepositoryResource & WithOwner(OwnerT &&value)
AWS_SECURITYAGENT_API GitHubRepositoryResource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOwner() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue