7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
52 template<
typename KeyIdT = Aws::String>
53 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
54 template<
typename KeyIdT = Aws::String>
65 template<
typename TimestampT = Aws::Utils::DateTime>
66 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
67 template<
typename TimestampT = Aws::Utils::DateTime>
73 bool m_keyIdHasBeenSet =
false;
76 bool m_timestampHasBeenSet =
false;
bool TimestampHasBeenSet() const
AWS_IAM_API SAMLPrivateKey & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
SAMLPrivateKey & WithKeyId(KeyIdT &&value)
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_IAM_API SAMLPrivateKey(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetKeyId() const
SAMLPrivateKey & WithTimestamp(TimestampT &&value)
const Aws::Utils::DateTime & GetTimestamp() const
void SetKeyId(KeyIdT &&value)
void SetTimestamp(TimestampT &&value)
bool KeyIdHasBeenSet() const
AWS_IAM_API SAMLPrivateKey()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream