7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetEwsEndpoint(
const char* value) { m_ewsEndpointHasBeenSet =
true; m_ewsEndpoint.assign(value); }
63 inline void SetEwsUsername(
const char* value) { m_ewsUsernameHasBeenSet =
true; m_ewsUsername.assign(value); }
71 bool m_ewsEndpointHasBeenSet =
false;
74 bool m_ewsUsernameHasBeenSet =
false;
void SetEwsUsername(Aws::String &&value)
AWS_WORKMAIL_API RedactedEwsAvailabilityProvider()
AWS_WORKMAIL_API RedactedEwsAvailabilityProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
RedactedEwsAvailabilityProvider & WithEwsEndpoint(Aws::String &&value)
void SetEwsEndpoint(const char *value)
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(Aws::String &&value)
void SetEwsEndpoint(Aws::String &&value)
bool EwsUsernameHasBeenSet() const
RedactedEwsAvailabilityProvider & WithEwsEndpoint(const Aws::String &value)
RedactedEwsAvailabilityProvider & WithEwsUsername(const Aws::String &value)
bool EwsEndpointHasBeenSet() const
void SetEwsUsername(const Aws::String &value)
void SetEwsEndpoint(const Aws::String &value)
void SetEwsUsername(const char *value)
RedactedEwsAvailabilityProvider & WithEwsEndpoint(const char *value)
RedactedEwsAvailabilityProvider & WithEwsUsername(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue