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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename PlatformIdT = Aws::String>
44 void SetPlatformId(PlatformIdT&& value) { m_platformIdHasBeenSet =
true; m_platformId = std::forward<PlatformIdT>(value); }
45 template<
typename PlatformIdT = Aws::String>
54 template<
typename DisplayNameT = Aws::String>
55 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
56 template<
typename DisplayNameT = Aws::String>
65 template<
typename PartnerT = Aws::String>
66 void SetPartner(PartnerT&& value) { m_partnerHasBeenSet =
true; m_partner = std::forward<PartnerT>(value); }
67 template<
typename PartnerT = Aws::String>
76 template<
typename TargetT = Aws::String>
77 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
78 template<
typename TargetT = Aws::String>
96 template<
typename SigningConfigurationT = SigningConfiguration>
97 void SetSigningConfiguration(SigningConfigurationT&& value) { m_signingConfigurationHasBeenSet =
true; m_signingConfiguration = std::forward<SigningConfigurationT>(value); }
98 template<
typename SigningConfigurationT = SigningConfiguration>
107 template<
typename SigningImageFormatT = SigningImageFormat>
108 void SetSigningImageFormat(SigningImageFormatT&& value) { m_signingImageFormatHasBeenSet =
true; m_signingImageFormat = std::forward<SigningImageFormatT>(value); }
109 template<
typename SigningImageFormatT = SigningImageFormat>
119 inline void SetMaxSizeInMB(
int value) { m_maxSizeInMBHasBeenSet =
true; m_maxSizeInMB = value; }
129 inline void SetRevocationSupported(
bool value) { m_revocationSupportedHasBeenSet =
true; m_revocationSupported = value; }
136 template<
typename RequestIdT = Aws::String>
137 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
138 template<
typename RequestIdT = Aws::String>
144 bool m_platformIdHasBeenSet =
false;
147 bool m_displayNameHasBeenSet =
false;
150 bool m_partnerHasBeenSet =
false;
153 bool m_targetHasBeenSet =
false;
156 bool m_categoryHasBeenSet =
false;
158 SigningConfiguration m_signingConfiguration;
159 bool m_signingConfigurationHasBeenSet =
false;
161 SigningImageFormat m_signingImageFormat;
162 bool m_signingImageFormatHasBeenSet =
false;
164 int m_maxSizeInMB{0};
165 bool m_maxSizeInMBHasBeenSet =
false;
167 bool m_revocationSupported{
false};
168 bool m_revocationSupportedHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue