7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/apigateway/model/DocumentationPartLocation.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
64 template<
typename LocationT = DocumentationPartLocation>
65 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
66 template<
typename LocationT = DocumentationPartLocation>
82 template<
typename PropertiesT = Aws::String>
83 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
84 template<
typename PropertiesT = Aws::String>
92 template<
typename RequestIdT = Aws::String>
93 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
94 template<
typename RequestIdT = Aws::String>
100 bool m_idHasBeenSet =
false;
103 bool m_locationHasBeenSet =
false;
106 bool m_propertiesHasBeenSet =
false;
109 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