7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/SMSChannelRequest.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
53 template<
typename SMSChannelRequestT = SMSChannelRequest>
54 void SetSMSChannelRequest(SMSChannelRequestT&& value) { m_sMSChannelRequestHasBeenSet =
true; m_sMSChannelRequest = std::forward<SMSChannelRequestT>(value); }
55 template<
typename SMSChannelRequestT = SMSChannelRequest>
61 bool m_applicationIdHasBeenSet =
false;
64 bool m_sMSChannelRequestHasBeenSet =
false;
UpdateSmsChannelRequest & WithApplicationId(ApplicationIdT &&value)
UpdateSmsChannelRequest & WithSMSChannelRequest(SMSChannelRequestT &&value)
const Aws::String & GetApplicationId() const
bool ApplicationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool SMSChannelRequestHasBeenSet() const
AWS_PINPOINT_API UpdateSmsChannelRequest()=default
void SetSMSChannelRequest(SMSChannelRequestT &&value)
void SetApplicationId(ApplicationIdT &&value)
const SMSChannelRequest & GetSMSChannelRequest() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String