7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename TypeT = Aws::String>
61 m_typeHasBeenSet =
true;
62 m_type = std::forward<TypeT>(value);
64 template <
typename TypeT = Aws::String>
66 SetType(std::forward<TypeT>(value));
76 template <
typename ValueT = Aws::String>
78 m_valueHasBeenSet =
true;
79 m_value = std::forward<ValueT>(value);
81 template <
typename ValueT = Aws::String>
83 SetValue(std::forward<ValueT>(value));
93 template <
typename NameT = Aws::String>
95 m_nameHasBeenSet =
true;
96 m_name = std::forward<NameT>(value);
98 template <
typename NameT = Aws::String>
100 SetName(std::forward<NameT>(value));
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
132 bool m_idHasBeenSet =
false;
133 bool m_typeHasBeenSet =
false;
134 bool m_valueHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_APIGATEWAY_API CreateUsagePlanKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetType() const
CreateUsagePlanKeyResult & WithType(TypeT &&value)
void SetType(TypeT &&value)
const Aws::String & GetName() const
AWS_APIGATEWAY_API CreateUsagePlanKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateUsagePlanKeyResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
AWS_APIGATEWAY_API CreateUsagePlanKeyResult()=default
void SetValue(ValueT &&value)
CreateUsagePlanKeyResult & WithRequestId(RequestIdT &&value)
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetId() const
const Aws::String & GetValue() const
CreateUsagePlanKeyResult & WithName(NameT &&value)
CreateUsagePlanKeyResult & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue