7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetApiKey(
const char* value) { m_apiKeyHasBeenSet =
true; m_apiKey.assign(value); }
67 inline void SetDefaultAuthenticationMethod(
const char* value) { m_defaultAuthenticationMethodHasBeenSet =
true; m_defaultAuthenticationMethod.assign(value); }
79 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
94 inline void SetServiceJson(
const char* value) { m_serviceJsonHasBeenSet =
true; m_serviceJson.assign(value); }
102 bool m_apiKeyHasBeenSet =
false;
105 bool m_defaultAuthenticationMethodHasBeenSet =
false;
108 bool m_enabledHasBeenSet =
false;
111 bool m_serviceJsonHasBeenSet =
false;
void SetDefaultAuthenticationMethod(const Aws::String &value)
void SetServiceJson(Aws::String &&value)
AWS_PINPOINT_API GCMChannelRequest(Aws::Utils::Json::JsonView jsonValue)
GCMChannelRequest & WithApiKey(Aws::String &&value)
GCMChannelRequest & WithServiceJson(Aws::String &&value)
void SetDefaultAuthenticationMethod(const char *value)
void SetApiKey(Aws::String &&value)
GCMChannelRequest & WithDefaultAuthenticationMethod(const char *value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API GCMChannelRequest()
void SetDefaultAuthenticationMethod(Aws::String &&value)
GCMChannelRequest & WithApiKey(const char *value)
const Aws::String & GetServiceJson() const
bool ApiKeyHasBeenSet() const
bool ServiceJsonHasBeenSet() const
AWS_PINPOINT_API GCMChannelRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
GCMChannelRequest & WithServiceJson(const Aws::String &value)
const Aws::String & GetApiKey() const
void SetApiKey(const char *value)
GCMChannelRequest & WithApiKey(const Aws::String &value)
GCMChannelRequest & WithDefaultAuthenticationMethod(const Aws::String &value)
void SetApiKey(const Aws::String &value)
void SetEnabled(bool value)
GCMChannelRequest & WithServiceJson(const char *value)
void SetServiceJson(const Aws::String &value)
GCMChannelRequest & WithDefaultAuthenticationMethod(Aws::String &&value)
GCMChannelRequest & WithEnabled(bool value)
const Aws::String & GetDefaultAuthenticationMethod() const
bool DefaultAuthenticationMethodHasBeenSet() const
bool EnabledHasBeenSet() const
void SetServiceJson(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue