7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename EwsEndpo
intT = Aws::String>
48 void SetEwsEndpoint(EwsEndpointT&& value) { m_ewsEndpointHasBeenSet =
true; m_ewsEndpoint = std::forward<EwsEndpointT>(value); }
49 template<
typename EwsEndpo
intT = Aws::String>
59 template<
typename EwsUsernameT = Aws::String>
60 void SetEwsUsername(EwsUsernameT&& value) { m_ewsUsernameHasBeenSet =
true; m_ewsUsername = std::forward<EwsUsernameT>(value); }
61 template<
typename EwsUsernameT = Aws::String>
71 template<
typename EwsPasswordT = Aws::String>
72 void SetEwsPassword(EwsPasswordT&& value) { m_ewsPasswordHasBeenSet =
true; m_ewsPassword = std::forward<EwsPasswordT>(value); }
73 template<
typename EwsPasswordT = Aws::String>
79 bool m_ewsEndpointHasBeenSet =
false;
82 bool m_ewsUsernameHasBeenSet =
false;
85 bool m_ewsPasswordHasBeenSet =
false;
const Aws::String & GetEwsUsername() const
AWS_WORKMAIL_API EwsAvailabilityProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
EwsAvailabilityProvider & WithEwsUsername(EwsUsernameT &&value)
bool EwsPasswordHasBeenSet() const
bool EwsEndpointHasBeenSet() const
EwsAvailabilityProvider & WithEwsPassword(EwsPasswordT &&value)
AWS_WORKMAIL_API EwsAvailabilityProvider(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEwsEndpoint() const
bool EwsUsernameHasBeenSet() const
void SetEwsEndpoint(EwsEndpointT &&value)
const Aws::String & GetEwsPassword() const
EwsAvailabilityProvider & WithEwsEndpoint(EwsEndpointT &&value)
void SetEwsUsername(EwsUsernameT &&value)
AWS_WORKMAIL_API EwsAvailabilityProvider()=default
void SetEwsPassword(EwsPasswordT &&value)
AWS_WORKMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue