AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
SigningPlatformOverrides.h
1
6#pragma once
7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/model/ImageFormat.h>
9#include <aws/signer/model/SigningConfigurationOverrides.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace signer {
21namespace Model {
22
30 public:
31 AWS_SIGNER_API SigningPlatformOverrides() = default;
34 AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const SigningConfigurationOverrides& GetSigningConfiguration() const { return m_signingConfiguration; }
42 inline bool SigningConfigurationHasBeenSet() const { return m_signingConfigurationHasBeenSet; }
43 template <typename SigningConfigurationT = SigningConfigurationOverrides>
44 void SetSigningConfiguration(SigningConfigurationT&& value) {
45 m_signingConfigurationHasBeenSet = true;
46 m_signingConfiguration = std::forward<SigningConfigurationT>(value);
47 }
48 template <typename SigningConfigurationT = SigningConfigurationOverrides>
49 SigningPlatformOverrides& WithSigningConfiguration(SigningConfigurationT&& value) {
50 SetSigningConfiguration(std::forward<SigningConfigurationT>(value));
51 return *this;
52 }
54
56
65 inline ImageFormat GetSigningImageFormat() const { return m_signingImageFormat; }
66 inline bool SigningImageFormatHasBeenSet() const { return m_signingImageFormatHasBeenSet; }
68 m_signingImageFormatHasBeenSet = true;
69 m_signingImageFormat = value;
70 }
73 return *this;
74 }
76 private:
77 SigningConfigurationOverrides m_signingConfiguration;
78
79 ImageFormat m_signingImageFormat{ImageFormat::NOT_SET};
80 bool m_signingConfigurationHasBeenSet = false;
81 bool m_signingImageFormatHasBeenSet = false;
82};
83
84} // namespace Model
85} // namespace signer
86} // 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