7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
42 template <
typename IntegrationIdT = Aws::String>
44 m_integrationIdHasBeenSet =
true;
45 m_integrationId = std::forward<IntegrationIdT>(value);
47 template <
typename IntegrationIdT = Aws::String>
60 template <
typename Prov
iderResourceIdT = Aws::String>
62 m_providerResourceIdHasBeenSet =
true;
63 m_providerResourceId = std::forward<ProviderResourceIdT>(value);
65 template <
typename Prov
iderResourceIdT = Aws::String>
78 template <
typename BranchT = Aws::String>
80 m_branchHasBeenSet =
true;
81 m_branch = std::forward<BranchT>(value);
83 template <
typename BranchT = Aws::String>
95 bool m_integrationIdHasBeenSet =
false;
96 bool m_providerResourceIdHasBeenSet =
false;
97 bool m_branchHasBeenSet =
false;
IntegratedRepository & WithBranch(BranchT &&value)
void SetProviderResourceId(ProviderResourceIdT &&value)
IntegratedRepository & WithIntegrationId(IntegrationIdT &&value)
const Aws::String & GetProviderResourceId() const
AWS_SECURITYAGENT_API IntegratedRepository & operator=(Aws::Utils::Json::JsonView jsonValue)
IntegratedRepository & WithProviderResourceId(ProviderResourceIdT &&value)
const Aws::String & GetBranch() const
AWS_SECURITYAGENT_API IntegratedRepository(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API IntegratedRepository()=default
bool ProviderResourceIdHasBeenSet() const
void SetIntegrationId(IntegrationIdT &&value)
bool IntegrationIdHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIntegrationId() const
bool BranchHasBeenSet() const
void SetBranch(BranchT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue