7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/model/SigningProfileRevocationRecord.h>
10#include <aws/signer/model/SigningMaterial.h>
11#include <aws/signer/model/SignatureValidityPeriod.h>
12#include <aws/signer/model/SigningPlatformOverrides.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/signer/model/SigningProfileStatus.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename ProfileNameT = Aws::String>
47 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
48 template<
typename ProfileNameT = Aws::String>
57 template<
typename ProfileVersionT = Aws::String>
58 void SetProfileVersion(ProfileVersionT&& value) { m_profileVersionHasBeenSet =
true; m_profileVersion = std::forward<ProfileVersionT>(value); }
59 template<
typename ProfileVersionT = Aws::String>
68 template<
typename ProfileVersionArnT = Aws::String>
69 void SetProfileVersionArn(ProfileVersionArnT&& value) { m_profileVersionArnHasBeenSet =
true; m_profileVersionArn = std::forward<ProfileVersionArnT>(value); }
70 template<
typename ProfileVersionArnT = Aws::String>
77 template<
typename RevocationRecordT = SigningProfileRevocationRecord>
78 void SetRevocationRecord(RevocationRecordT&& value) { m_revocationRecordHasBeenSet =
true; m_revocationRecord = std::forward<RevocationRecordT>(value); }
79 template<
typename RevocationRecordT = SigningProfileRevocationRecord>
89 template<
typename SigningMaterialT = SigningMaterial>
90 void SetSigningMaterial(SigningMaterialT&& value) { m_signingMaterialHasBeenSet =
true; m_signingMaterial = std::forward<SigningMaterialT>(value); }
91 template<
typename SigningMaterialT = SigningMaterial>
100 template<
typename PlatformIdT = Aws::String>
101 void SetPlatformId(PlatformIdT&& value) { m_platformIdHasBeenSet =
true; m_platformId = std::forward<PlatformIdT>(value); }
102 template<
typename PlatformIdT = Aws::String>
112 template<
typename PlatformDisplayNameT = Aws::String>
113 void SetPlatformDisplayName(PlatformDisplayNameT&& value) { m_platformDisplayNameHasBeenSet =
true; m_platformDisplayName = std::forward<PlatformDisplayNameT>(value); }
114 template<
typename PlatformDisplayNameT = Aws::String>
121 template<
typename SignatureVal
idityPeriodT = SignatureVal
idityPeriod>
122 void SetSignatureValidityPeriod(SignatureValidityPeriodT&& value) { m_signatureValidityPeriodHasBeenSet =
true; m_signatureValidityPeriod = std::forward<SignatureValidityPeriodT>(value); }
123 template<
typename SignatureVal
idityPeriodT = SignatureVal
idityPeriod>
133 template<
typename Overr
idesT = SigningPlatformOverr
ides>
134 void SetOverrides(OverridesT&& value) { m_overridesHasBeenSet =
true; m_overrides = std::forward<OverridesT>(value); }
135 template<
typename Overr
idesT = SigningPlatformOverr
ides>
145 template<
typename SigningParametersT = Aws::Map<Aws::String, Aws::String>>
146 void SetSigningParameters(SigningParametersT&& value) { m_signingParametersHasBeenSet =
true; m_signingParameters = std::forward<SigningParametersT>(value); }
147 template<
typename SigningParametersT = Aws::Map<Aws::String, Aws::String>>
149 template<
typename SigningParametersKeyT = Aws::String,
typename SigningParametersValueT = Aws::String>
151 m_signingParametersHasBeenSet =
true; m_signingParameters.emplace(std::forward<SigningParametersKeyT>(key), std::forward<SigningParametersValueT>(value));
return *
this;
169 template<
typename StatusReasonT = Aws::String>
170 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
171 template<
typename StatusReasonT = Aws::String>
180 template<
typename ArnT = Aws::String>
181 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
182 template<
typename ArnT = Aws::String>
191 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
192 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
193 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
197 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
204 template<
typename RequestIdT = Aws::String>
205 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
206 template<
typename RequestIdT = Aws::String>
212 bool m_profileNameHasBeenSet =
false;
215 bool m_profileVersionHasBeenSet =
false;
218 bool m_profileVersionArnHasBeenSet =
false;
221 bool m_revocationRecordHasBeenSet =
false;
224 bool m_signingMaterialHasBeenSet =
false;
227 bool m_platformIdHasBeenSet =
false;
230 bool m_platformDisplayNameHasBeenSet =
false;
233 bool m_signatureValidityPeriodHasBeenSet =
false;
236 bool m_overridesHasBeenSet =
false;
239 bool m_signingParametersHasBeenSet =
false;
242 bool m_statusHasBeenSet =
false;
245 bool m_statusReasonHasBeenSet =
false;
248 bool m_arnHasBeenSet =
false;
251 bool m_tagsHasBeenSet =
false;
254 bool m_requestIdHasBeenSet =
false;
GetSigningProfileResult & WithPlatformDisplayName(PlatformDisplayNameT &&value)
void SetProfileName(ProfileNameT &&value)
void SetProfileVersion(ProfileVersionT &&value)
GetSigningProfileResult & WithProfileVersionArn(ProfileVersionArnT &&value)
const Aws::String & GetPlatformId() const
const Aws::String & GetProfileVersion() const
GetSigningProfileResult & WithSigningParameters(SigningParametersT &&value)
GetSigningProfileResult & WithSigningMaterial(SigningMaterialT &&value)
GetSigningProfileResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetStatusReason() const
AWS_SIGNER_API GetSigningProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSigningProfileResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const SigningMaterial & GetSigningMaterial() const
GetSigningProfileResult & WithTags(TagsT &&value)
const SignatureValidityPeriod & GetSignatureValidityPeriod() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetSigningProfileResult & WithStatusReason(StatusReasonT &&value)
GetSigningProfileResult & WithRevocationRecord(RevocationRecordT &&value)
AWS_SIGNER_API GetSigningProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSigningProfileResult & WithProfileVersion(ProfileVersionT &&value)
void SetSignatureValidityPeriod(SignatureValidityPeriodT &&value)
const Aws::String & GetArn() const
void SetRevocationRecord(RevocationRecordT &&value)
GetSigningProfileResult & WithOverrides(OverridesT &&value)
const Aws::String & GetProfileName() const
AWS_SIGNER_API GetSigningProfileResult()=default
void SetSigningMaterial(SigningMaterialT &&value)
void SetSigningParameters(SigningParametersT &&value)
GetSigningProfileResult & WithStatus(SigningProfileStatus value)
GetSigningProfileResult & WithArn(ArnT &&value)
const Aws::String & GetProfileVersionArn() const
const SigningPlatformOverrides & GetOverrides() const
const SigningProfileRevocationRecord & GetRevocationRecord() const
void SetPlatformId(PlatformIdT &&value)
void SetProfileVersionArn(ProfileVersionArnT &&value)
void SetPlatformDisplayName(PlatformDisplayNameT &&value)
SigningProfileStatus GetStatus() const
const Aws::Map< Aws::String, Aws::String > & GetSigningParameters() const
const Aws::String & GetRequestId() const
GetSigningProfileResult & WithSignatureValidityPeriod(SignatureValidityPeriodT &&value)
GetSigningProfileResult & WithPlatformId(PlatformIdT &&value)
void SetOverrides(OverridesT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetPlatformDisplayName() const
void SetRequestId(RequestIdT &&value)
GetSigningProfileResult & WithProfileName(ProfileNameT &&value)
void SetArn(ArnT &&value)
void SetStatus(SigningProfileStatus value)
GetSigningProfileResult & AddSigningParameters(SigningParametersKeyT &&key, SigningParametersValueT &&value)
void SetStatusReason(StatusReasonT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue