7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace SocialMessaging {
36 template <
typename FlowIdT = Aws::String>
38 m_flowIdHasBeenSet =
true;
39 m_flowId = std::forward<FlowIdT>(value);
41 template <
typename FlowIdT = Aws::String>
54 template <
typename Val
idationErrorsT = Aws::Vector<Aws::String>>
56 m_validationErrorsHasBeenSet =
true;
57 m_validationErrors = std::forward<ValidationErrorsT>(value);
59 template <
typename Val
idationErrorsT = Aws::Vector<Aws::String>>
64 template <
typename Val
idationErrorsT = Aws::String>
66 m_validationErrorsHasBeenSet =
true;
67 m_validationErrors.emplace_back(std::forward<ValidationErrorsT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_flowIdHasBeenSet =
false;
96 bool m_validationErrorsHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetValidationErrors() const
AWS_SOCIALMESSAGING_API CreateWhatsAppFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetFlowId(FlowIdT &&value)
CreateWhatsAppFlowResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SOCIALMESSAGING_API CreateWhatsAppFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateWhatsAppFlowResult & WithValidationErrors(ValidationErrorsT &&value)
const Aws::String & GetFlowId() const
CreateWhatsAppFlowResult & AddValidationErrors(ValidationErrorsT &&value)
void SetValidationErrors(ValidationErrorsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SOCIALMESSAGING_API CreateWhatsAppFlowResult()=default
CreateWhatsAppFlowResult & WithFlowId(FlowIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue