7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ParticipantTokenT = Aws::String>
49 void SetParticipantToken(ParticipantTokenT&& value) { m_participantTokenHasBeenSet =
true; m_participantToken = std::forward<ParticipantTokenT>(value); }
50 template<
typename ParticipantTokenT = Aws::String>
61 template<
typename ExpiryT = Aws::String>
62 void SetExpiry(ExpiryT&& value) { m_expiryHasBeenSet =
true; m_expiry = std::forward<ExpiryT>(value); }
63 template<
typename ExpiryT = Aws::String>
69 bool m_participantTokenHasBeenSet =
false;
72 bool m_expiryHasBeenSet =
false;
AWS_CONNECT_API ParticipantTokenCredentials()=default
ParticipantTokenCredentials & WithExpiry(ExpiryT &&value)
void SetParticipantToken(ParticipantTokenT &&value)
ParticipantTokenCredentials & WithParticipantToken(ParticipantTokenT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExpiryHasBeenSet() const
const Aws::String & GetParticipantToken() const
bool ParticipantTokenHasBeenSet() const
AWS_CONNECT_API ParticipantTokenCredentials(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExpiry() const
void SetExpiry(ExpiryT &&value)
AWS_CONNECT_API ParticipantTokenCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue