7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
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));
58 template <
typename OwnerT = Aws::String>
60 m_ownerHasBeenSet =
true;
61 m_owner = std::forward<OwnerT>(value);
63 template <
typename OwnerT = Aws::String>
65 SetOwner(std::forward<OwnerT>(value));
73 bool m_nameHasBeenSet =
false;
74 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