7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
44 template <
typename ApiKeyT = Aws::String>
46 m_apiKeyHasBeenSet =
true;
47 m_apiKey = std::forward<ApiKeyT>(value);
49 template <
typename ApiKeyT = Aws::String>
63 template <
typename DefaultAuthenticationMethodT = Aws::String>
65 m_defaultAuthenticationMethodHasBeenSet =
true;
66 m_defaultAuthenticationMethod = std::forward<DefaultAuthenticationMethodT>(value);
68 template <
typename DefaultAuthenticationMethodT = Aws::String>
82 m_enabledHasBeenSet =
true;
100 template <
typename ServiceJsonT = Aws::String>
102 m_serviceJsonHasBeenSet =
true;
103 m_serviceJson = std::forward<ServiceJsonT>(value);
105 template <
typename ServiceJsonT = Aws::String>
116 bool m_enabled{
false};
119 bool m_apiKeyHasBeenSet =
false;
120 bool m_defaultAuthenticationMethodHasBeenSet =
false;
121 bool m_enabledHasBeenSet =
false;
122 bool m_serviceJsonHasBeenSet =
false;
AWS_PINPOINT_API GCMChannelRequest(Aws::Utils::Json::JsonView jsonValue)
void SetServiceJson(ServiceJsonT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetServiceJson() const
bool ApiKeyHasBeenSet() const
bool ServiceJsonHasBeenSet() const
AWS_PINPOINT_API GCMChannelRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApiKey() const
void SetApiKey(ApiKeyT &&value)
void SetEnabled(bool value)
GCMChannelRequest & WithEnabled(bool value)
AWS_PINPOINT_API GCMChannelRequest()=default
const Aws::String & GetDefaultAuthenticationMethod() const
GCMChannelRequest & WithServiceJson(ServiceJsonT &&value)
GCMChannelRequest & WithDefaultAuthenticationMethod(DefaultAuthenticationMethodT &&value)
void SetDefaultAuthenticationMethod(DefaultAuthenticationMethodT &&value)
bool DefaultAuthenticationMethodHasBeenSet() const
bool EnabledHasBeenSet() const
GCMChannelRequest & WithApiKey(ApiKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue