7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ApiKeyT = Aws::String>
51 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
52 template<
typename ApiKeyT = Aws::String>
63 template<
typename DefaultAuthenticationMethodT = Aws::String>
64 void SetDefaultAuthenticationMethod(DefaultAuthenticationMethodT&& value) { m_defaultAuthenticationMethodHasBeenSet =
true; m_defaultAuthenticationMethod = std::forward<DefaultAuthenticationMethodT>(value); }
65 template<
typename DefaultAuthenticationMethodT = Aws::String>
75 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
88 template<
typename ServiceJsonT = Aws::String>
89 void SetServiceJson(ServiceJsonT&& value) { m_serviceJsonHasBeenSet =
true; m_serviceJson = std::forward<ServiceJsonT>(value); }
90 template<
typename ServiceJsonT = Aws::String>
96 bool m_apiKeyHasBeenSet =
false;
99 bool m_defaultAuthenticationMethodHasBeenSet =
false;
101 bool m_enabled{
false};
102 bool m_enabledHasBeenSet =
false;
105 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