7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApiKeyT = Aws::String>
49 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
50 template<
typename ApiKeyT = Aws::String>
60 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
71 template<
typename SecretKeyT = Aws::String>
72 void SetSecretKey(SecretKeyT&& value) { m_secretKeyHasBeenSet =
true; m_secretKey = std::forward<SecretKeyT>(value); }
73 template<
typename SecretKeyT = Aws::String>
79 bool m_apiKeyHasBeenSet =
false;
81 bool m_enabled{
false};
82 bool m_enabledHasBeenSet =
false;
85 bool m_secretKeyHasBeenSet =
false;
bool ApiKeyHasBeenSet() const
AWS_PINPOINT_API BaiduChannelRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API BaiduChannelRequest()=default
const Aws::String & GetApiKey() const
void SetSecretKey(SecretKeyT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
BaiduChannelRequest & WithApiKey(ApiKeyT &&value)
bool SecretKeyHasBeenSet() const
void SetEnabled(bool value)
bool EnabledHasBeenSet() const
const Aws::String & GetSecretKey() const
BaiduChannelRequest & WithSecretKey(SecretKeyT &&value)
void SetApiKey(ApiKeyT &&value)
BaiduChannelRequest & WithEnabled(bool value)
AWS_PINPOINT_API BaiduChannelRequest(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue