7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
42 template <
typename ClientIdT = Aws::String>
44 m_clientIdHasBeenSet =
true;
45 m_clientId = std::forward<ClientIdT>(value);
47 template <
typename ClientIdT = Aws::String>
61 template <
typename ClientSecretT = Aws::String>
63 m_clientSecretHasBeenSet =
true;
64 m_clientSecret = std::forward<ClientSecretT>(value);
66 template <
typename ClientSecretT = Aws::String>
80 m_enabledHasBeenSet =
true;
90 bool m_clientIdHasBeenSet =
false;
93 bool m_clientSecretHasBeenSet =
false;
95 bool m_enabled{
false};
96 bool m_enabledHasBeenSet =
false;
AWS_PINPOINT_API ADMChannelRequest(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientSecret() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ClientIdHasBeenSet() const
bool EnabledHasBeenSet() const
bool ClientSecretHasBeenSet() const
void SetClientId(ClientIdT &&value)
void SetEnabled(bool value)
const Aws::String & GetClientId() const
ADMChannelRequest & WithClientId(ClientIdT &&value)
AWS_PINPOINT_API ADMChannelRequest()=default
AWS_PINPOINT_API ADMChannelRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClientSecret(ClientSecretT &&value)
ADMChannelRequest & WithClientSecret(ClientSecretT &&value)
ADMChannelRequest & WithEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue