7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/model/Category.h>
10#include <aws/signer/model/SigningConfiguration.h>
11#include <aws/signer/model/SigningImageFormat.h>
50 template<
typename PlatformIdT = Aws::String>
51 void SetPlatformId(PlatformIdT&& value) { m_platformIdHasBeenSet =
true; m_platformId = std::forward<PlatformIdT>(value); }
52 template<
typename PlatformIdT = Aws::String>
62 template<
typename DisplayNameT = Aws::String>
63 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
64 template<
typename DisplayNameT = Aws::String>
74 template<
typename PartnerT = Aws::String>
75 void SetPartner(PartnerT&& value) { m_partnerHasBeenSet =
true; m_partner = std::forward<PartnerT>(value); }
76 template<
typename PartnerT = Aws::String>
86 template<
typename TargetT = Aws::String>
87 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
88 template<
typename TargetT = Aws::String>
109 template<
typename SigningConfigurationT = SigningConfiguration>
110 void SetSigningConfiguration(SigningConfigurationT&& value) { m_signingConfigurationHasBeenSet =
true; m_signingConfiguration = std::forward<SigningConfigurationT>(value); }
111 template<
typename SigningConfigurationT = SigningConfiguration>
119 template<
typename SigningImageFormatT = SigningImageFormat>
120 void SetSigningImageFormat(SigningImageFormatT&& value) { m_signingImageFormatHasBeenSet =
true; m_signingImageFormat = std::forward<SigningImageFormatT>(value); }
121 template<
typename SigningImageFormatT = SigningImageFormat>
132 inline void SetMaxSizeInMB(
int value) { m_maxSizeInMBHasBeenSet =
true; m_maxSizeInMB = value; }
142 inline void SetRevocationSupported(
bool value) { m_revocationSupportedHasBeenSet =
true; m_revocationSupported = value; }
148 bool m_platformIdHasBeenSet =
false;
151 bool m_displayNameHasBeenSet =
false;
154 bool m_partnerHasBeenSet =
false;
157 bool m_targetHasBeenSet =
false;
160 bool m_categoryHasBeenSet =
false;
162 SigningConfiguration m_signingConfiguration;
163 bool m_signingConfigurationHasBeenSet =
false;
165 SigningImageFormat m_signingImageFormat;
166 bool m_signingImageFormatHasBeenSet =
false;
168 int m_maxSizeInMB{0};
169 bool m_maxSizeInMBHasBeenSet =
false;
171 bool m_revocationSupported{
false};
172 bool m_revocationSupportedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue