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>
43 template <
typename ValueT = Aws::Utils::ByteBuffer>
45 m_valueHasBeenSet =
true;
46 m_value = std::forward<ValueT>(value);
48 template <
typename ValueT = Aws::Utils::ByteBuffer>
50 SetValue(std::forward<ValueT>(value));
61 template <
typename Val
idityStartTimeT = Aws::Utils::DateTime>
63 m_validityStartTimeHasBeenSet =
true;
64 m_validityStartTime = std::forward<ValidityStartTimeT>(value);
66 template <
typename Val
idityStartTimeT = Aws::Utils::DateTime>
79 template <
typename Val
idityEndTimeT = Aws::Utils::DateTime>
81 m_validityEndTimeHasBeenSet =
true;
82 m_validityEndTime = std::forward<ValidityEndTimeT>(value);
84 template <
typename Val
idityEndTimeT = Aws::Utils::DateTime>
97 template <
typename Fingerpr
intT = Aws::String>
99 m_fingerprintHasBeenSet =
true;
100 m_fingerprint = std::forward<FingerprintT>(value);
102 template <
typename Fingerpr
intT = Aws::String>
116 bool m_valueHasBeenSet =
false;
117 bool m_validityStartTimeHasBeenSet =
false;
118 bool m_validityEndTimeHasBeenSet =
false;
119 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