7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/DocumentationPartLocation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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));
64 template <
typename LocationT = DocumentationPartLocation>
66 m_locationHasBeenSet =
true;
67 m_location = std::forward<LocationT>(value);
69 template <
typename LocationT = DocumentationPartLocation>
88 template <
typename PropertiesT = Aws::String>
90 m_propertiesHasBeenSet =
true;
91 m_properties = std::forward<PropertiesT>(value);
93 template <
typename PropertiesT = Aws::String>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 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;
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAY_API DocumentationPart & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool LocationHasBeenSet() const
bool PropertiesHasBeenSet() const
DocumentationPart & WithProperties(PropertiesT &&value)
DocumentationPart & WithLocation(LocationT &&value)
bool IdHasBeenSet() const
void SetLocation(LocationT &&value)
AWS_APIGATEWAY_API DocumentationPart()=default
const Aws::String & GetProperties() const
void SetProperties(PropertiesT &&value)
const Aws::String & GetRequestId() const
AWS_APIGATEWAY_API DocumentationPart(Aws::Utils::Json::JsonView jsonValue)
void SetRequestId(RequestIdT &&value)
const DocumentationPartLocation & GetLocation() const
DocumentationPart & WithRequestId(RequestIdT &&value)
bool RequestIdHasBeenSet() const
DocumentationPart & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue