AWS SDK for C++

AWS SDK for C++ Version 1.11.812

Loading...
Searching...
No Matches
CertificateConfiguration.h
1
6#pragma once
7#include <aws/crt/cbor/Cbor.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
9#include <aws/gamelift/model/CertificateType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Cbor {
16class CborValue;
17} // namespace Cbor
18} // namespace Utils
19namespace GameLift {
20namespace Model {
21
33 public:
34 AWS_GAMELIFT_API CertificateConfiguration() = default;
35 AWS_GAMELIFT_API CertificateConfiguration(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
36 AWS_GAMELIFT_API CertificateConfiguration& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
37 AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) const;
38
40
46 inline CertificateType GetCertificateType() const { return m_certificateType; }
47 inline bool CertificateTypeHasBeenSet() const { return m_certificateTypeHasBeenSet; }
49 m_certificateTypeHasBeenSet = true;
50 m_certificateType = value;
51 }
53 SetCertificateType(value);
54 return *this;
55 }
57 private:
59 bool m_certificateTypeHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace GameLift
64} // namespace Aws
AWS_GAMELIFT_API CertificateConfiguration()=default
AWS_GAMELIFT_API CertificateConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_GAMELIFT_API CertificateConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
CertificateConfiguration & WithCertificateType(CertificateType value)