7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
42 template <
typename ApiKeyT = Aws::String>
44 m_apiKeyHasBeenSet =
true;
45 m_apiKey = std::forward<ApiKeyT>(value);
47 template <
typename ApiKeyT = Aws::String>
61 m_enabledHasBeenSet =
true;
77 template <
typename SecretKeyT = Aws::String>
79 m_secretKeyHasBeenSet =
true;
80 m_secretKey = std::forward<SecretKeyT>(value);
82 template <
typename SecretKeyT = Aws::String>
90 bool m_apiKeyHasBeenSet =
false;
92 bool m_enabled{
false};
93 bool m_enabledHasBeenSet =
false;
96 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