7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename AssociationIdT = Aws::String>
49 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
50 template<
typename AssociationIdT = Aws::String>
60 template<
typename KeyT = Aws::String>
61 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
62 template<
typename KeyT = Aws::String>
72 template<
typename CreationTimeT = Aws::Utils::DateTime>
73 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
74 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 bool m_associationIdHasBeenSet =
false;
83 bool m_keyHasBeenSet =
false;
86 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