7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/socialmessaging/SocialMessagingRequest.h>
10#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
11#include <aws/socialmessaging/model/MetaFlowCategory.h>
16namespace SocialMessaging {
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
57 template <
typename FlowIdT = Aws::String>
59 m_flowIdHasBeenSet =
true;
60 m_flowId = std::forward<FlowIdT>(value);
62 template <
typename FlowIdT = Aws::String>
75 template <
typename FlowNameT = Aws::String>
77 m_flowNameHasBeenSet =
true;
78 m_flowName = std::forward<FlowNameT>(value);
80 template <
typename FlowNameT = Aws::String>
93 template <
typename CategoriesT = Aws::Vector<MetaFlowCategory>>
95 m_categoriesHasBeenSet =
true;
96 m_categories = std::forward<CategoriesT>(value);
98 template <
typename CategoriesT = Aws::Vector<MetaFlowCategory>>
104 m_categoriesHasBeenSet =
true;
105 m_categories.push_back(value);
117 bool m_idHasBeenSet =
false;
118 bool m_flowIdHasBeenSet =
false;
119 bool m_flowNameHasBeenSet =
false;
120 bool m_categoriesHasBeenSet =
false;
UpdateWhatsAppFlowRequest & WithFlowId(FlowIdT &&value)
void SetFlowName(FlowNameT &&value)
UpdateWhatsAppFlowRequest & WithFlowName(FlowNameT &&value)
const Aws::String & GetId() const
bool FlowIdHasBeenSet() const
UpdateWhatsAppFlowRequest & AddCategories(MetaFlowCategory value)
UpdateWhatsAppFlowRequest & WithCategories(CategoriesT &&value)
UpdateWhatsAppFlowRequest & WithId(IdT &&value)
bool CategoriesHasBeenSet() const
const Aws::Vector< MetaFlowCategory > & GetCategories() const
const Aws::String & GetFlowName() const
void SetFlowId(FlowIdT &&value)
AWS_SOCIALMESSAGING_API UpdateWhatsAppFlowRequest()=default
virtual const char * GetServiceRequestName() const override
bool FlowNameHasBeenSet() const
bool IdHasBeenSet() const
void SetCategories(CategoriesT &&value)
AWS_SOCIALMESSAGING_API Aws::String SerializePayload() const override
const Aws::String & GetFlowId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector