7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/MethodSnapshot.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
79 template <
typename CreatedDateT = Aws::Utils::DateTime>
81 m_createdDateHasBeenSet =
true;
82 m_createdDate = std::forward<CreatedDateT>(value);
84 template <
typename CreatedDateT = Aws::Utils::DateTime>
97 template <
typename ApiSummaryT = Aws::Map<Aws::String, Aws::Map<Aws::String, MethodSnapshot>>>
99 m_apiSummaryHasBeenSet =
true;
100 m_apiSummary = std::forward<ApiSummaryT>(value);
102 template <
typename ApiSummaryT = Aws::Map<Aws::String, Aws::Map<Aws::String, MethodSnapshot>>>
107 template <
typename ApiSummaryKeyT = Aws::String,
typename ApiSummaryValueT = Aws::Map<Aws::String, MethodSnapshot>>
109 m_apiSummaryHasBeenSet =
true;
110 m_apiSummary.emplace(std::forward<ApiSummaryKeyT>(key), std::forward<ApiSummaryValueT>(value));
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
142 bool m_idHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
144 bool m_createdDateHasBeenSet =
false;
145 bool m_apiSummaryHasBeenSet =
false;
146 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
CreateDeploymentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > & GetApiSummary() const
AWS_APIGATEWAY_API CreateDeploymentResult()=default
void SetRequestId(RequestIdT &&value)
CreateDeploymentResult & WithApiSummary(ApiSummaryT &&value)
AWS_APIGATEWAY_API CreateDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDeploymentResult & AddApiSummary(ApiSummaryKeyT &&key, ApiSummaryValueT &&value)
void SetCreatedDate(CreatedDateT &&value)
void SetApiSummary(ApiSummaryT &&value)
CreateDeploymentResult & WithCreatedDate(CreatedDateT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
CreateDeploymentResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetId() const
AWS_APIGATEWAY_API CreateDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDeploymentResult & WithId(IdT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue