7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/apigateway/model/DocumentationPartLocation.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
62 template<
typename LocationT = DocumentationPartLocation>
63 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
64 template<
typename LocationT = DocumentationPartLocation>
79 template<
typename PropertiesT = Aws::String>
80 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
81 template<
typename PropertiesT = Aws::String>
88 template<
typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
90 template<
typename RequestIdT = Aws::String>
96 bool m_idHasBeenSet =
false;
99 bool m_locationHasBeenSet =
false;
102 bool m_propertiesHasBeenSet =
false;
105 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_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