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>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
110 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
118 bool m_idHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_createdDateHasBeenSet =
false;
127 bool m_apiSummaryHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
Deployment & WithApiSummary(const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > &value)
Deployment & WithDescription(Aws::String &&value)
void SetCreatedDate(Aws::Utils::DateTime &&value)
bool IdHasBeenSet() const
void SetId(Aws::String &&value)
const Aws::String & GetId() const
Deployment & AddApiSummary(const char *key, const Aws::Map< Aws::String, MethodSnapshot > &value)
Deployment & AddApiSummary(Aws::String &&key, const Aws::Map< Aws::String, MethodSnapshot > &value)
const Aws::Utils::DateTime & GetCreatedDate() const
Deployment & WithCreatedDate(Aws::Utils::DateTime &&value)
AWS_APIGATEWAY_API Deployment & operator=(Aws::Utils::Json::JsonView jsonValue)
Deployment & WithRequestId(const Aws::String &value)
Deployment & WithCreatedDate(const Aws::Utils::DateTime &value)
bool ApiSummaryHasBeenSet() const
void SetDescription(Aws::String &&value)
AWS_APIGATEWAY_API Deployment(Aws::Utils::Json::JsonView jsonValue)
Deployment & WithId(Aws::String &&value)
const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > & GetApiSummary() const
void SetApiSummary(Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > &&value)
Deployment & AddApiSummary(Aws::String &&key, Aws::Map< Aws::String, MethodSnapshot > &&value)
const Aws::String & GetDescription() const
Deployment & WithApiSummary(Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > &&value)
const Aws::String & GetRequestId() const
AWS_APIGATEWAY_API Deployment()
bool RequestIdHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetApiSummary(const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > &value)
Deployment & WithRequestId(Aws::String &&value)
Deployment & AddApiSummary(const Aws::String &key, const Aws::Map< Aws::String, MethodSnapshot > &value)
Deployment & WithDescription(const char *value)
void SetRequestId(const char *value)
Deployment & WithRequestId(const char *value)
bool DescriptionHasBeenSet() const
Deployment & AddApiSummary(const Aws::String &key, Aws::Map< Aws::String, MethodSnapshot > &&value)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
Deployment & WithId(const char *value)
void SetRequestId(const Aws::String &value)
void SetDescription(const char *value)
bool CreatedDateHasBeenSet() const
Deployment & AddApiSummary(const char *key, Aws::Map< Aws::String, MethodSnapshot > &&value)
void SetCreatedDate(const Aws::Utils::DateTime &value)
void SetId(const char *value)
Deployment & WithId(const Aws::String &value)
Deployment & WithDescription(const Aws::String &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