7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/DocumentationPartLocation.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
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));
63 template <
typename LocationT = DocumentationPartLocation>
65 m_locationHasBeenSet =
true;
66 m_location = std::forward<LocationT>(value);
68 template <
typename LocationT = DocumentationPartLocation>
86 template <
typename PropertiesT = Aws::String>
88 m_propertiesHasBeenSet =
true;
89 m_properties = std::forward<PropertiesT>(value);
91 template <
typename PropertiesT = Aws::String>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
123 bool m_idHasBeenSet =
false;
124 bool m_locationHasBeenSet =
false;
125 bool m_propertiesHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
UpdateDocumentationPartResult & WithRequestId(RequestIdT &&value)
void SetProperties(PropertiesT &&value)
AWS_APIGATEWAY_API UpdateDocumentationPartResult()=default
AWS_APIGATEWAY_API UpdateDocumentationPartResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetProperties() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_APIGATEWAY_API UpdateDocumentationPartResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDocumentationPartResult & WithLocation(LocationT &&value)
UpdateDocumentationPartResult & WithId(IdT &&value)
void SetLocation(LocationT &&value)
const Aws::String & GetId() const
UpdateDocumentationPartResult & WithProperties(PropertiesT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const DocumentationPartLocation & GetLocation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue