7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/proton/model/RepositoryProvider.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
62 bool m_nameHasBeenSet =
false;
65 bool m_providerHasBeenSet =
false;
AWS_PROTON_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
void SetName(NameT &&value)
void SetProvider(RepositoryProvider value)
AWS_PROTON_API GetRepositoryRequest()=default
GetRepositoryRequest & WithName(NameT &&value)
GetRepositoryRequest & WithProvider(RepositoryProvider value)
RepositoryProvider GetProvider() const
bool ProviderHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String