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>
52 inline void SetPlatformId(
const char* value) { m_platformIdHasBeenSet =
true; m_platformId.assign(value); }
66 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
80 inline void SetPartner(
const char* value) { m_partnerHasBeenSet =
true; m_partner.assign(value); }
94 inline void SetTarget(
const char* value) { m_targetHasBeenSet =
true; m_target.assign(value); }
142 inline void SetMaxSizeInMB(
int value) { m_maxSizeInMBHasBeenSet =
true; m_maxSizeInMB = value; }
152 inline void SetRevocationSupported(
bool value) { m_revocationSupportedHasBeenSet =
true; m_revocationSupported = value; }
158 bool m_platformIdHasBeenSet =
false;
161 bool m_displayNameHasBeenSet =
false;
164 bool m_partnerHasBeenSet =
false;
167 bool m_targetHasBeenSet =
false;
170 bool m_categoryHasBeenSet =
false;
173 bool m_signingConfigurationHasBeenSet =
false;
176 bool m_signingImageFormatHasBeenSet =
false;
179 bool m_maxSizeInMBHasBeenSet =
false;
181 bool m_revocationSupported;
182 bool m_revocationSupportedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue