7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ClientIdT = Aws::String>
49 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
50 template<
typename ClientIdT = Aws::String>
61 template<
typename ClientSecretT = Aws::String>
62 void SetClientSecret(ClientSecretT&& value) { m_clientSecretHasBeenSet =
true; m_clientSecret = std::forward<ClientSecretT>(value); }
63 template<
typename ClientSecretT = Aws::String>
73 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
79 bool m_clientIdHasBeenSet =
false;
82 bool m_clientSecretHasBeenSet =
false;
84 bool m_enabled{
false};
85 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