7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/Signer_EXPORTS.h>
10#include <aws/signer/model/Category.h>
11#include <aws/signer/model/SigningConfiguration.h>
12#include <aws/signer/model/SigningImageFormat.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename PlatformIdT = Aws::String>
40 m_platformIdHasBeenSet =
true;
41 m_platformId = std::forward<PlatformIdT>(value);
43 template <
typename PlatformIdT = Aws::String>
55 template <
typename DisplayNameT = Aws::String>
57 m_displayNameHasBeenSet =
true;
58 m_displayName = std::forward<DisplayNameT>(value);
60 template <
typename DisplayNameT = Aws::String>
72 template <
typename PartnerT = Aws::String>
74 m_partnerHasBeenSet =
true;
75 m_partner = std::forward<PartnerT>(value);
77 template <
typename PartnerT = Aws::String>
89 template <
typename TargetT = Aws::String>
91 m_targetHasBeenSet =
true;
92 m_target = std::forward<TargetT>(value);
94 template <
typename TargetT = Aws::String>
107 m_categoryHasBeenSet =
true;
121 template <
typename SigningConfigurationT = SigningConfiguration>
123 m_signingConfigurationHasBeenSet =
true;
124 m_signingConfiguration = std::forward<SigningConfigurationT>(value);
126 template <
typename SigningConfigurationT = SigningConfiguration>
138 template <
typename SigningImageFormatT = SigningImageFormat>
140 m_signingImageFormatHasBeenSet =
true;
141 m_signingImageFormat = std::forward<SigningImageFormatT>(value);
143 template <
typename SigningImageFormatT = SigningImageFormat>
157 m_maxSizeInMBHasBeenSet =
true;
158 m_maxSizeInMB = value;
173 m_revocationSupportedHasBeenSet =
true;
174 m_revocationSupported = value;
185 template <
typename RequestIdT = Aws::String>
187 m_requestIdHasBeenSet =
true;
188 m_requestId = std::forward<RequestIdT>(value);
190 template <
typename RequestIdT = Aws::String>
209 SigningConfiguration m_signingConfiguration;
211 SigningImageFormat m_signingImageFormat;
213 int m_maxSizeInMB{0};
215 bool m_revocationSupported{
false};
219 bool m_platformIdHasBeenSet =
false;
220 bool m_displayNameHasBeenSet =
false;
221 bool m_partnerHasBeenSet =
false;
222 bool m_targetHasBeenSet =
false;
223 bool m_categoryHasBeenSet =
false;
224 bool m_signingConfigurationHasBeenSet =
false;
225 bool m_signingImageFormatHasBeenSet =
false;
226 bool m_maxSizeInMBHasBeenSet =
false;
227 bool m_revocationSupportedHasBeenSet =
false;
228 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue