7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LicenseManager
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
61 template<
typename SignKeyT = Aws::String>
62 void SetSignKey(SignKeyT&& value) { m_signKeyHasBeenSet =
true; m_signKey = std::forward<SignKeyT>(value); }
63 template<
typename SignKeyT = Aws::String>
73 template<
typename KeyFingerpr
intT = Aws::String>
74 void SetKeyFingerprint(KeyFingerprintT&& value) { m_keyFingerprintHasBeenSet =
true; m_keyFingerprint = std::forward<KeyFingerprintT>(value); }
75 template<
typename KeyFingerpr
intT = Aws::String>
81 bool m_nameHasBeenSet =
false;
84 bool m_signKeyHasBeenSet =
false;
87 bool m_keyFingerprintHasBeenSet =
false;
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetKeyFingerprint(KeyFingerprintT &&value)
void SetSignKey(SignKeyT &&value)
IssuerDetails & WithKeyFingerprint(KeyFingerprintT &&value)
const Aws::String & GetSignKey() const
IssuerDetails & WithName(NameT &&value)
bool SignKeyHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetKeyFingerprint() const
bool KeyFingerprintHasBeenSet() const
IssuerDetails & WithSignKey(SignKeyT &&value)
AWS_LICENSEMANAGER_API IssuerDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_LICENSEMANAGER_API IssuerDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_LICENSEMANAGER_API IssuerDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue