7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ValueT = Aws::Utils::ByteBuffer>
50 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
51 template<
typename ValueT = Aws::Utils::ByteBuffer>
61 template<
typename Val
idityStartTimeT = Aws::Utils::DateTime>
62 void SetValidityStartTime(ValidityStartTimeT&& value) { m_validityStartTimeHasBeenSet =
true; m_validityStartTime = std::forward<ValidityStartTimeT>(value); }
63 template<
typename Val
idityStartTimeT = Aws::Utils::DateTime>
73 template<
typename Val
idityEndTimeT = Aws::Utils::DateTime>
74 void SetValidityEndTime(ValidityEndTimeT&& value) { m_validityEndTimeHasBeenSet =
true; m_validityEndTime = std::forward<ValidityEndTimeT>(value); }
75 template<
typename Val
idityEndTimeT = Aws::Utils::DateTime>
85 template<
typename Fingerpr
intT = Aws::String>
86 void SetFingerprint(FingerprintT&& value) { m_fingerprintHasBeenSet =
true; m_fingerprint = std::forward<FingerprintT>(value); }
87 template<
typename Fingerpr
intT = Aws::String>
93 bool m_valueHasBeenSet =
false;
96 bool m_validityStartTimeHasBeenSet =
false;
99 bool m_validityEndTimeHasBeenSet =
false;
102 bool m_fingerprintHasBeenSet =
false;
PublicKey & WithValidityStartTime(ValidityStartTimeT &&value)
const Aws::Utils::DateTime & GetValidityStartTime() const
AWS_CLOUDTRAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDTRAIL_API PublicKey()=default
void SetValidityEndTime(ValidityEndTimeT &&value)
AWS_CLOUDTRAIL_API PublicKey & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFingerprint(FingerprintT &&value)
const Aws::String & GetFingerprint() const
bool ValidityEndTimeHasBeenSet() const
bool FingerprintHasBeenSet() const
const Aws::Utils::ByteBuffer & GetValue() const
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
PublicKey & WithValidityEndTime(ValidityEndTimeT &&value)
PublicKey & WithFingerprint(FingerprintT &&value)
const Aws::Utils::DateTime & GetValidityEndTime() const
bool ValidityStartTimeHasBeenSet() const
void SetValidityStartTime(ValidityStartTimeT &&value)
AWS_CLOUDTRAIL_API PublicKey(Aws::Utils::Json::JsonView jsonValue)
PublicKey & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue