AWS SDK for C++

AWS SDK for C++ Version 1.11.844

Loading...
Searching...
No Matches
NoAuthentication.h
1
6#pragma once
7#include <aws/crt/cbor/Cbor.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9
10namespace Aws {
11namespace Utils {
12namespace Cbor {
13class CborValue;
14} // namespace Cbor
15} // namespace Utils
16namespace MailManager {
17namespace Model {
18
26 public:
27 AWS_MAILMANAGER_API NoAuthentication() = default;
28 AWS_MAILMANAGER_API NoAuthentication(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
29 AWS_MAILMANAGER_API NoAuthentication& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
30 AWS_MAILMANAGER_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) const;
31};
32
33} // namespace Model
34} // namespace MailManager
35} // namespace Aws
AWS_MAILMANAGER_API NoAuthentication()=default
AWS_MAILMANAGER_API NoAuthentication & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_MAILMANAGER_API NoAuthentication(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_MAILMANAGER_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const