7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/license-manager/LicenseManager_EXPORTS.h>
19namespace LicenseManager {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
61 template <
typename SignKeyT = Aws::String>
63 m_signKeyHasBeenSet =
true;
64 m_signKey = std::forward<SignKeyT>(value);
66 template <
typename SignKeyT = Aws::String>
79 template <
typename KeyFingerpr
intT = Aws::String>
81 m_keyFingerprintHasBeenSet =
true;
82 m_keyFingerprint = std::forward<KeyFingerprintT>(value);
84 template <
typename KeyFingerpr
intT = Aws::String>
96 bool m_nameHasBeenSet =
false;
97 bool m_signKeyHasBeenSet =
false;
98 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