7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/MethodSnapshot.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
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));
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
81 template <
typename CreatedDateT = Aws::Utils::DateTime>
83 m_createdDateHasBeenSet =
true;
84 m_createdDate = std::forward<CreatedDateT>(value);
86 template <
typename CreatedDateT = Aws::Utils::DateTime>
100 template <
typename ApiSummaryT = Aws::Map<Aws::String, Aws::Map<Aws::String, MethodSnapshot>>>
102 m_apiSummaryHasBeenSet =
true;
103 m_apiSummary = std::forward<ApiSummaryT>(value);
105 template <
typename ApiSummaryT = Aws::Map<Aws::String, Aws::Map<Aws::String, MethodSnapshot>>>
110 template <
typename ApiSummaryKeyT = Aws::String,
typename ApiSummaryValueT = Aws::Map<Aws::String, MethodSnapshot>>
112 m_apiSummaryHasBeenSet =
true;
113 m_apiSummary.emplace(std::forward<ApiSummaryKeyT>(key), std::forward<ApiSummaryValueT>(value));
122 template <
typename RequestIdT = Aws::String>
124 m_requestIdHasBeenSet =
true;
125 m_requestId = std::forward<RequestIdT>(value);
127 template <
typename RequestIdT = Aws::String>
143 bool m_idHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
145 bool m_createdDateHasBeenSet =
false;
146 bool m_apiSummaryHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
Deployment & WithRequestId(RequestIdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetCreatedDate() const
AWS_APIGATEWAY_API Deployment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ApiSummaryHasBeenSet() const
AWS_APIGATEWAY_API Deployment(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > & GetApiSummary() const
const Aws::String & GetDescription() const
Deployment & WithApiSummary(ApiSummaryT &&value)
const Aws::String & GetRequestId() const
bool RequestIdHasBeenSet() const
void SetApiSummary(ApiSummaryT &&value)
void SetCreatedDate(CreatedDateT &&value)
Deployment & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
Deployment & AddApiSummary(ApiSummaryKeyT &&key, ApiSummaryValueT &&value)
Deployment & WithCreatedDate(CreatedDateT &&value)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
AWS_APIGATEWAY_API Deployment()=default
void SetRequestId(RequestIdT &&value)
bool CreatedDateHasBeenSet() const
Deployment & 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