7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/socialmessaging/SocialMessagingRequest.h>
9#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
17namespace SocialMessaging {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename FlowIdT = Aws::String>
62 m_flowIdHasBeenSet =
true;
63 m_flowId = std::forward<FlowIdT>(value);
65 template <
typename FlowIdT = Aws::String>
75 bool m_idHasBeenSet =
false;
76 bool m_flowIdHasBeenSet =
false;
const Aws::String & GetId() const
bool IdHasBeenSet() const
DeleteWhatsAppFlowRequest & WithId(IdT &&value)
DeleteWhatsAppFlowRequest & WithFlowId(FlowIdT &&value)
AWS_SOCIALMESSAGING_API Aws::String SerializePayload() const override
AWS_SOCIALMESSAGING_API DeleteWhatsAppFlowRequest()=default
bool FlowIdHasBeenSet() const
AWS_SOCIALMESSAGING_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetFlowId() const
virtual const char * GetServiceRequestName() const override
void SetFlowId(FlowIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String