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;
DeleteRepositoryRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
RepositoryProvider GetProvider() const
DeleteRepositoryRequest & WithProvider(RepositoryProvider value)
bool ProviderHasBeenSet() const
AWS_PROTON_API DeleteRepositoryRequest()=default
AWS_PROTON_API Aws::String SerializePayload() const override
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetProvider(RepositoryProvider value)
bool NameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String