67 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
102 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
214 bool m_descriptionHasBeenSet;
216 bool m_createdDateHasBeenSet;
218 bool m_apiSummaryHasBeenSet;
const Aws::String & GetDescription() const
Deployment & WithCreatedDate(const Aws::Utils::DateTime &value)
Deployment & WithApiSummary(Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot >> &&value)
Deployment & WithId(Aws::String &&value)
Deployment & WithDescription(Aws::String &&value)
void SetDescription(Aws::String &&value)
Deployment & AddApiSummary(Aws::String &&key, const Aws::Map< Aws::String, MethodSnapshot > &value)
void SetId(const char *value)
Deployment & AddApiSummary(const char *key, Aws::Map< Aws::String, MethodSnapshot > &&value)
Deployment & WithId(const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Deployment & WithDescription(const Aws::String &value)
Deployment & AddApiSummary(Aws::String &&key, Aws::Map< Aws::String, MethodSnapshot > &&value)
Deployment & AddApiSummary(const Aws::String &key, const Aws::Map< Aws::String, MethodSnapshot > &value)
Deployment & AddApiSummary(const Aws::String &key, Aws::Map< Aws::String, MethodSnapshot > &&value)
void SetApiSummary(Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot >> &&value)
void SetId(const Aws::String &value)
void SetApiSummary(const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot >> &value)
Deployment & WithId(const Aws::String &value)
Deployment & WithCreatedDate(Aws::Utils::DateTime &&value)
Deployment & WithDescription(const char *value)
const Aws::Utils::DateTime & GetCreatedDate() const
Deployment & WithApiSummary(const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot >> &value)
const Aws::String & GetId() const
void SetDescription(const Aws::String &value)
void SetDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
#define AWS_APIGATEWAY_API
const Aws::Map< Aws::String, Aws::Map< Aws::String, MethodSnapshot > > & GetApiSummary() const
void SetCreatedDate(Aws::Utils::DateTime &&value)
void SetId(Aws::String &&value)
void SetCreatedDate(const Aws::Utils::DateTime &value)
Deployment & AddApiSummary(const char *key, const Aws::Map< Aws::String, MethodSnapshot > &value)
JSON (JavaScript Object Notation).