7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/socialmessaging/SocialMessagingRequest.h>
9#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
14namespace SocialMessaging {
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
55 template <
typename FlowIdT = Aws::String>
57 m_flowIdHasBeenSet =
true;
58 m_flowId = std::forward<FlowIdT>(value);
60 template <
typename FlowIdT = Aws::String>
70 bool m_idHasBeenSet =
false;
71 bool m_flowIdHasBeenSet =
false;
PublishWhatsAppFlowRequest & WithFlowId(FlowIdT &&value)
const Aws::String & GetId() const
AWS_SOCIALMESSAGING_API PublishWhatsAppFlowRequest()=default
const Aws::String & GetFlowId() const
AWS_SOCIALMESSAGING_API Aws::String SerializePayload() const override
void SetFlowId(FlowIdT &&value)
virtual const char * GetServiceRequestName() const override
PublishWhatsAppFlowRequest & WithId(IdT &&value)
bool FlowIdHasBeenSet() const
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String