AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SigningPlatformOverrides.h
1
6#pragma once
7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/model/SigningConfigurationOverrides.h>
9#include <aws/signer/model/ImageFormat.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace signer
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SIGNER_API SigningPlatformOverrides() = default;
39 AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const SigningConfigurationOverrides& GetSigningConfiguration() const { return m_signingConfiguration; }
48 inline bool SigningConfigurationHasBeenSet() const { return m_signingConfigurationHasBeenSet; }
49 template<typename SigningConfigurationT = SigningConfigurationOverrides>
50 void SetSigningConfiguration(SigningConfigurationT&& value) { m_signingConfigurationHasBeenSet = true; m_signingConfiguration = std::forward<SigningConfigurationT>(value); }
51 template<typename SigningConfigurationT = SigningConfigurationOverrides>
52 SigningPlatformOverrides& WithSigningConfiguration(SigningConfigurationT&& value) { SetSigningConfiguration(std::forward<SigningConfigurationT>(value)); return *this;}
54
56
65 inline ImageFormat GetSigningImageFormat() const { return m_signingImageFormat; }
66 inline bool SigningImageFormatHasBeenSet() const { return m_signingImageFormatHasBeenSet; }
67 inline void SetSigningImageFormat(ImageFormat value) { m_signingImageFormatHasBeenSet = true; m_signingImageFormat = value; }
70 private:
71
72 SigningConfigurationOverrides m_signingConfiguration;
73 bool m_signingConfigurationHasBeenSet = false;
74
75 ImageFormat m_signingImageFormat{ImageFormat::NOT_SET};
76 bool m_signingImageFormatHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace signer
81} // namespace Aws
SigningPlatformOverrides & WithSigningImageFormat(ImageFormat value)
AWS_SIGNER_API SigningPlatformOverrides & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SIGNER_API SigningPlatformOverrides()=default
AWS_SIGNER_API SigningPlatformOverrides(Aws::Utils::Json::JsonView jsonValue)
const SigningConfigurationOverrides & GetSigningConfiguration() const
SigningPlatformOverrides & WithSigningConfiguration(SigningConfigurationT &&value)
void SetSigningConfiguration(SigningConfigurationT &&value)
Aws::Utils::Json::JsonValue JsonValue