7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codestar-connections/model/ProviderType.h>
22namespace CodeStarconnections
52 inline void SetConnectionArn(
const char* value) { m_connectionArnHasBeenSet =
true; m_connectionArn.assign(value); }
67 inline void SetEncryptionKeyArn(
const char* value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn.assign(value); }
82 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
109 inline void SetRepositoryLinkArn(
const char* value) { m_repositoryLinkArnHasBeenSet =
true; m_repositoryLinkArn.assign(value); }
123 inline void SetRepositoryLinkId(
const char* value) { m_repositoryLinkIdHasBeenSet =
true; m_repositoryLinkId.assign(value); }
137 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
145 bool m_connectionArnHasBeenSet =
false;
148 bool m_encryptionKeyArnHasBeenSet =
false;
151 bool m_ownerIdHasBeenSet =
false;
154 bool m_providerTypeHasBeenSet =
false;
157 bool m_repositoryLinkArnHasBeenSet =
false;
160 bool m_repositoryLinkIdHasBeenSet =
false;
163 bool m_repositoryNameHasBeenSet =
false;
AWS_CODESTARCONNECTIONS_API RepositoryLinkInfo()
const Aws::String & GetRepositoryLinkArn() const
RepositoryLinkInfo & WithProviderType(ProviderType &&value)
void SetRepositoryLinkId(Aws::String &&value)
RepositoryLinkInfo & WithOwnerId(const Aws::String &value)
RepositoryLinkInfo & WithRepositoryName(const Aws::String &value)
void SetEncryptionKeyArn(const Aws::String &value)
bool ProviderTypeHasBeenSet() const
void SetOwnerId(const char *value)
void SetEncryptionKeyArn(const char *value)
RepositoryLinkInfo & WithConnectionArn(const Aws::String &value)
AWS_CODESTARCONNECTIONS_API RepositoryLinkInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionArn(const Aws::String &value)
AWS_CODESTARCONNECTIONS_API RepositoryLinkInfo(Aws::Utils::Json::JsonView jsonValue)
bool RepositoryLinkArnHasBeenSet() const
void SetRepositoryLinkArn(const Aws::String &value)
RepositoryLinkInfo & WithRepositoryName(Aws::String &&value)
bool EncryptionKeyArnHasBeenSet() const
RepositoryLinkInfo & WithOwnerId(Aws::String &&value)
RepositoryLinkInfo & WithRepositoryLinkArn(const Aws::String &value)
void SetEncryptionKeyArn(Aws::String &&value)
const Aws::String & GetOwnerId() const
RepositoryLinkInfo & WithRepositoryLinkId(const Aws::String &value)
RepositoryLinkInfo & WithRepositoryLinkId(const char *value)
void SetRepositoryName(const Aws::String &value)
void SetRepositoryLinkId(const char *value)
RepositoryLinkInfo & WithEncryptionKeyArn(const char *value)
RepositoryLinkInfo & WithConnectionArn(const char *value)
RepositoryLinkInfo & WithOwnerId(const char *value)
RepositoryLinkInfo & WithRepositoryLinkId(Aws::String &&value)
RepositoryLinkInfo & WithConnectionArn(Aws::String &&value)
void SetConnectionArn(Aws::String &&value)
void SetConnectionArn(const char *value)
bool RepositoryNameHasBeenSet() const
const Aws::String & GetRepositoryLinkId() const
RepositoryLinkInfo & WithProviderType(const ProviderType &value)
const ProviderType & GetProviderType() const
void SetRepositoryName(const char *value)
bool ConnectionArnHasBeenSet() const
void SetOwnerId(Aws::String &&value)
void SetRepositoryLinkArn(Aws::String &&value)
RepositoryLinkInfo & WithRepositoryLinkArn(const char *value)
AWS_CODESTARCONNECTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRepositoryName(Aws::String &&value)
const Aws::String & GetEncryptionKeyArn() const
bool OwnerIdHasBeenSet() const
void SetProviderType(ProviderType &&value)
RepositoryLinkInfo & WithEncryptionKeyArn(Aws::String &&value)
RepositoryLinkInfo & WithEncryptionKeyArn(const Aws::String &value)
bool RepositoryLinkIdHasBeenSet() const
void SetProviderType(const ProviderType &value)
void SetOwnerId(const Aws::String &value)
RepositoryLinkInfo & WithRepositoryLinkArn(Aws::String &&value)
RepositoryLinkInfo & WithRepositoryName(const char *value)
const Aws::String & GetConnectionArn() const
void SetRepositoryLinkArn(const char *value)
void SetRepositoryLinkId(const Aws::String &value)
const Aws::String & GetRepositoryName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue