7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/CodeConnectionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeConnections
45 inline void SetRepositoryLinkId(
const char* value) { m_repositoryLinkIdHasBeenSet =
true; m_repositoryLinkId.assign(value); }
53 bool m_repositoryLinkIdHasBeenSet =
false;
AWS_CODECONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RepositoryLinkIdHasBeenSet() const
AWS_CODECONNECTIONS_API GetRepositoryLinkRequest()
GetRepositoryLinkRequest & WithRepositoryLinkId(const char *value)
AWS_CODECONNECTIONS_API Aws::String SerializePayload() const override
void SetRepositoryLinkId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRepositoryLinkId() const
GetRepositoryLinkRequest & WithRepositoryLinkId(Aws::String &&value)
void SetRepositoryLinkId(const Aws::String &value)
GetRepositoryLinkRequest & WithRepositoryLinkId(const Aws::String &value)
void SetRepositoryLinkId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String