7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/Signer_EXPORTS.h>
9#include <aws/signer/model/Category.h>
10#include <aws/signer/model/SigningConfiguration.h>
11#include <aws/signer/model/SigningImageFormat.h>
44 template <
typename PlatformIdT = Aws::String>
46 m_platformIdHasBeenSet =
true;
47 m_platformId = std::forward<PlatformIdT>(value);
49 template <
typename PlatformIdT = Aws::String>
62 template <
typename DisplayNameT = Aws::String>
64 m_displayNameHasBeenSet =
true;
65 m_displayName = std::forward<DisplayNameT>(value);
67 template <
typename DisplayNameT = Aws::String>
80 template <
typename PartnerT = Aws::String>
82 m_partnerHasBeenSet =
true;
83 m_partner = std::forward<PartnerT>(value);
85 template <
typename PartnerT = Aws::String>
98 template <
typename TargetT = Aws::String>
100 m_targetHasBeenSet =
true;
101 m_target = std::forward<TargetT>(value);
103 template <
typename TargetT = Aws::String>
117 m_categoryHasBeenSet =
true;
133 template <
typename SigningConfigurationT = SigningConfiguration>
135 m_signingConfigurationHasBeenSet =
true;
136 m_signingConfiguration = std::forward<SigningConfigurationT>(value);
138 template <
typename SigningConfigurationT = SigningConfiguration>
149 template <
typename SigningImageFormatT = SigningImageFormat>
151 m_signingImageFormatHasBeenSet =
true;
152 m_signingImageFormat = std::forward<SigningImageFormatT>(value);
154 template <
typename SigningImageFormatT = SigningImageFormat>
169 m_maxSizeInMBHasBeenSet =
true;
170 m_maxSizeInMB = value;
185 m_revocationSupportedHasBeenSet =
true;
186 m_revocationSupported = value;
204 SigningConfiguration m_signingConfiguration;
206 SigningImageFormat m_signingImageFormat;
208 int m_maxSizeInMB{0};
210 bool m_revocationSupported{
false};
211 bool m_platformIdHasBeenSet =
false;
212 bool m_displayNameHasBeenSet =
false;
213 bool m_partnerHasBeenSet =
false;
214 bool m_targetHasBeenSet =
false;
215 bool m_categoryHasBeenSet =
false;
216 bool m_signingConfigurationHasBeenSet =
false;
217 bool m_signingImageFormatHasBeenSet =
false;
218 bool m_maxSizeInMBHasBeenSet =
false;
219 bool m_revocationSupportedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue