AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CertificateConfiguration.h
1
6#pragma once
7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/model/CertificateType.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace GameLift
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_GAMELIFT_API CertificateConfiguration() = default;
42 AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
52 inline CertificateType GetCertificateType() const { return m_certificateType; }
53 inline bool CertificateTypeHasBeenSet() const { return m_certificateTypeHasBeenSet; }
54 inline void SetCertificateType(CertificateType value) { m_certificateTypeHasBeenSet = true; m_certificateType = value; }
57 private:
58
60 bool m_certificateTypeHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace GameLift
65} // namespace Aws
AWS_GAMELIFT_API CertificateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API CertificateConfiguration()=default
AWS_GAMELIFT_API CertificateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
CertificateConfiguration & WithCertificateType(CertificateType value)
Aws::Utils::Json::JsonValue JsonValue