7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
78 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
92 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
104 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
112 bool m_idHasBeenSet =
false;
115 bool m_typeHasBeenSet =
false;
118 bool m_valueHasBeenSet =
false;
121 bool m_nameHasBeenSet =
false;
124 bool m_requestIdHasBeenSet =
false;
UsagePlanKey & WithType(Aws::String &&value)
AWS_APIGATEWAY_API UsagePlanKey(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool TypeHasBeenSet() const
void SetId(const char *value)
UsagePlanKey & WithRequestId(const Aws::String &value)
void SetValue(const Aws::String &value)
void SetRequestId(const char *value)
UsagePlanKey & WithRequestId(const char *value)
bool IdHasBeenSet() const
void SetRequestId(const Aws::String &value)
UsagePlanKey & WithType(const char *value)
UsagePlanKey & WithName(const char *value)
UsagePlanKey & WithId(Aws::String &&value)
AWS_APIGATEWAY_API UsagePlanKey & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
UsagePlanKey & WithName(Aws::String &&value)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
const Aws::String & GetRequestId() const
UsagePlanKey & WithValue(const char *value)
UsagePlanKey & WithName(const Aws::String &value)
UsagePlanKey & WithValue(const Aws::String &value)
void SetType(const char *value)
void SetRequestId(Aws::String &&value)
bool ValueHasBeenSet() const
void SetType(const Aws::String &value)
void SetName(const char *value)
UsagePlanKey & WithId(const char *value)
void SetId(const Aws::String &value)
const Aws::String & GetType() const
UsagePlanKey & WithValue(Aws::String &&value)
void SetValue(Aws::String &&value)
AWS_APIGATEWAY_API UsagePlanKey()
UsagePlanKey & WithType(const Aws::String &value)
void SetId(Aws::String &&value)
const Aws::String & GetName() const
const Aws::String & GetValue() const
UsagePlanKey & WithRequestId(Aws::String &&value)
void SetValue(const char *value)
void SetName(const Aws::String &value)
void SetType(Aws::String &&value)
bool RequestIdHasBeenSet() const
UsagePlanKey & WithId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue