7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/apigateway/model/MethodSnapshot.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
72 template<
typename CreatedDateT = Aws::Utils::DateTime>
73 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
74 template<
typename CreatedDateT = Aws::Utils::DateTime>
84 template<
typename ApiSummaryT = Aws::Map<Aws::String, Aws::Map<Aws::String, MethodSnapshot>>>
85 void SetApiSummary(ApiSummaryT&& value) { m_apiSummaryHasBeenSet =
true; m_apiSummary = std::forward<ApiSummaryT>(value); }
86 template<
typename ApiSummaryT = Aws::Map<Aws::String, Aws::Map<Aws::String, MethodSnapshot>>>
88 template<
typename ApiSummaryKeyT = Aws::String,
typename ApiSummaryValueT = Aws::Map<Aws::String, MethodSnapshot>>
90 m_apiSummaryHasBeenSet =
true; m_apiSummary.emplace(std::forward<ApiSummaryKeyT>(key), std::forward<ApiSummaryValueT>(value));
return *
this;
97 template<
typename RequestIdT = Aws::String>
98 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
99 template<
typename RequestIdT = Aws::String>
105 bool m_idHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_createdDateHasBeenSet =
false;
114 bool m_apiSummaryHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
GetDeploymentResult & WithCreatedDate(CreatedDateT &&value)
GetDeploymentResult & AddApiSummary(ApiSummaryKeyT &&key, ApiSummaryValueT &&value)
AWS_APIGATEWAY_API GetDeploymentResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > & GetApiSummary() const
GetDeploymentResult & WithRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API GetDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetRequestId() const
void SetCreatedDate(CreatedDateT &&value)
GetDeploymentResult & WithDescription(DescriptionT &&value)
GetDeploymentResult & WithId(IdT &&value)
AWS_APIGATEWAY_API GetDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
GetDeploymentResult & WithApiSummary(ApiSummaryT &&value)
void SetApiSummary(ApiSummaryT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetId() const
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