AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
EndpointConfigurationRequest.h
1
6#pragma once
7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/model/ACMManaged.h>
9#include <aws/apigatewayv2/model/None.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace ApiGatewayV2 {
21namespace Model {
22
29 public:
30 AWS_APIGATEWAYV2_API EndpointConfigurationRequest() = default;
33 AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const ACMManaged& GetAcmManaged() const { return m_acmManaged; }
40 inline bool AcmManagedHasBeenSet() const { return m_acmManagedHasBeenSet; }
41 template <typename AcmManagedT = ACMManaged>
42 void SetAcmManaged(AcmManagedT&& value) {
43 m_acmManagedHasBeenSet = true;
44 m_acmManaged = std::forward<AcmManagedT>(value);
45 }
46 template <typename AcmManagedT = ACMManaged>
48 SetAcmManaged(std::forward<AcmManagedT>(value));
49 return *this;
50 }
52
54
58 inline const None& GetNone() const { return m_none; }
59 inline bool NoneHasBeenSet() const { return m_noneHasBeenSet; }
60 template <typename NoneT = None>
61 void SetNone(NoneT&& value) {
62 m_noneHasBeenSet = true;
63 m_none = std::forward<NoneT>(value);
64 }
65 template <typename NoneT = None>
67 SetNone(std::forward<NoneT>(value));
68 return *this;
69 }
71 private:
72 ACMManaged m_acmManaged;
73
74 None m_none;
75 bool m_acmManagedHasBeenSet = false;
76 bool m_noneHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace ApiGatewayV2
81} // namespace Aws
EndpointConfigurationRequest & WithAcmManaged(AcmManagedT &&value)
AWS_APIGATEWAYV2_API EndpointConfigurationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API EndpointConfigurationRequest()=default
AWS_APIGATEWAYV2_API EndpointConfigurationRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
EndpointConfigurationRequest & WithNone(NoneT &&value)
Aws::Utils::Json::JsonValue JsonValue