AWS SDK for C++

AWS SDK for C++ Version 1.11.754

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GameLift {
20namespace Model {
21
33 public:
34 AWS_GAMELIFT_API CertificateConfiguration() = default;
37 AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() 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 & 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