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>
67 bool m_ewsEndpointHasBeenSet =
false;
70 bool m_ewsUsernameHasBeenSet =
false;
void SetEwsUsername(EwsUsernameT &&value)
AWS_WORKMAIL_API RedactedEwsAvailabilityProvider()=default
AWS_WORKMAIL_API RedactedEwsAvailabilityProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEwsUsername() const
const Aws::String & GetEwsEndpoint() const
AWS_WORKMAIL_API RedactedEwsAvailabilityProvider(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
RedactedEwsAvailabilityProvider & WithEwsUsername(EwsUsernameT &&value)
bool EwsUsernameHasBeenSet() const
bool EwsEndpointHasBeenSet() const
RedactedEwsAvailabilityProvider & WithEwsEndpoint(EwsEndpointT &&value)
void SetEwsEndpoint(EwsEndpointT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue