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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename PlatformIdT = Aws::String>
39 m_platformIdHasBeenSet =
true;
40 m_platformId = std::forward<PlatformIdT>(value);
42 template <
typename PlatformIdT = Aws::String>
54 template <
typename DisplayNameT = Aws::String>
56 m_displayNameHasBeenSet =
true;
57 m_displayName = std::forward<DisplayNameT>(value);
59 template <
typename DisplayNameT = Aws::String>
71 template <
typename PartnerT = Aws::String>
73 m_partnerHasBeenSet =
true;
74 m_partner = std::forward<PartnerT>(value);
76 template <
typename PartnerT = Aws::String>
88 template <
typename TargetT = Aws::String>
90 m_targetHasBeenSet =
true;
91 m_target = std::forward<TargetT>(value);
93 template <
typename TargetT = Aws::String>
106 m_categoryHasBeenSet =
true;
120 template <
typename SigningConfigurationT = SigningConfiguration>
122 m_signingConfigurationHasBeenSet =
true;
123 m_signingConfiguration = std::forward<SigningConfigurationT>(value);
125 template <
typename SigningConfigurationT = SigningConfiguration>
137 template <
typename SigningImageFormatT = SigningImageFormat>
139 m_signingImageFormatHasBeenSet =
true;
140 m_signingImageFormat = std::forward<SigningImageFormatT>(value);
142 template <
typename SigningImageFormatT = SigningImageFormat>
156 m_maxSizeInMBHasBeenSet =
true;
157 m_maxSizeInMB = value;
172 m_revocationSupportedHasBeenSet =
true;
173 m_revocationSupported = value;
184 template <
typename RequestIdT = Aws::String>
186 m_requestIdHasBeenSet =
true;
187 m_requestId = std::forward<RequestIdT>(value);
189 template <
typename RequestIdT = Aws::String>
206 SigningConfiguration m_signingConfiguration;
208 SigningImageFormat m_signingImageFormat;
210 int m_maxSizeInMB{0};
212 bool m_revocationSupported{
false};
215 bool m_platformIdHasBeenSet =
false;
216 bool m_displayNameHasBeenSet =
false;
217 bool m_partnerHasBeenSet =
false;
218 bool m_targetHasBeenSet =
false;
219 bool m_categoryHasBeenSet =
false;
220 bool m_signingConfigurationHasBeenSet =
false;
221 bool m_signingImageFormatHasBeenSet =
false;
222 bool m_maxSizeInMBHasBeenSet =
false;
223 bool m_revocationSupportedHasBeenSet =
false;
224 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue