7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename AssociationIdT = Aws::String>
44 m_associationIdHasBeenSet =
true;
45 m_associationId = std::forward<AssociationIdT>(value);
47 template <
typename AssociationIdT = Aws::String>
60 template <
typename KeyT = Aws::String>
62 m_keyHasBeenSet =
true;
63 m_key = std::forward<KeyT>(value);
65 template <
typename KeyT = Aws::String>
67 SetKey(std::forward<KeyT>(value));
78 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 m_creationTimeHasBeenSet =
true;
81 m_creationTime = std::forward<CreationTimeT>(value);
83 template <
typename CreationTimeT = Aws::Utils::DateTime>
95 bool m_associationIdHasBeenSet =
false;
96 bool m_keyHasBeenSet =
false;
97 bool m_creationTimeHasBeenSet =
false;
bool AssociationIdHasBeenSet() const
AWS_CONNECT_API SecurityKey(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetKey() const
bool CreationTimeHasBeenSet() const
const Aws::String & GetAssociationId() const
AWS_CONNECT_API SecurityKey & operator=(Aws::Utils::Json::JsonView jsonValue)
SecurityKey & WithAssociationId(AssociationIdT &&value)
SecurityKey & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_CONNECT_API SecurityKey()=default
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyHasBeenSet() const
SecurityKey & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
void SetAssociationId(AssociationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue