7#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
8#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeStarconnections {
41 template <
typename ConnectionArnT = Aws::String>
43 m_connectionArnHasBeenSet =
true;
44 m_connectionArn = std::forward<ConnectionArnT>(value);
46 template <
typename ConnectionArnT = Aws::String>
60 template <
typename EncryptionKeyArnT = Aws::String>
62 m_encryptionKeyArnHasBeenSet =
true;
63 m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value);
65 template <
typename EncryptionKeyArnT = Aws::String>
78 template <
typename RepositoryLinkIdT = Aws::String>
80 m_repositoryLinkIdHasBeenSet =
true;
81 m_repositoryLinkId = std::forward<RepositoryLinkIdT>(value);
83 template <
typename RepositoryLinkIdT = Aws::String>
95 bool m_connectionArnHasBeenSet =
false;
96 bool m_encryptionKeyArnHasBeenSet =
false;
97 bool m_repositoryLinkIdHasBeenSet =
false;
AWS_CODESTARCONNECTIONS_API UpdateRepositoryLinkRequest()=default
UpdateRepositoryLinkRequest & WithRepositoryLinkId(RepositoryLinkIdT &&value)
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
UpdateRepositoryLinkRequest & WithConnectionArn(ConnectionArnT &&value)
UpdateRepositoryLinkRequest & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
void SetConnectionArn(ConnectionArnT &&value)
const Aws::String & GetConnectionArn() const
void SetRepositoryLinkId(RepositoryLinkIdT &&value)
bool ConnectionArnHasBeenSet() const
bool RepositoryLinkIdHasBeenSet() const
const Aws::String & GetEncryptionKeyArn() const
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool EncryptionKeyArnHasBeenSet() const
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRepositoryLinkId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String