7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
46 template<
typename IdT = Aws::String>
47 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
48 template<
typename IdT = Aws::String>
58 template<
typename TypeT = Aws::String>
59 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
60 template<
typename TypeT = Aws::String>
69 template<
typename ValueT = Aws::String>
70 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
71 template<
typename ValueT = Aws::String>
80 template<
typename NameT = Aws::String>
81 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
82 template<
typename NameT = Aws::String>
89 template<
typename RequestIdT = Aws::String>
90 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
91 template<
typename RequestIdT = Aws::String>
97 bool m_idHasBeenSet =
false;
100 bool m_typeHasBeenSet =
false;
103 bool m_valueHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetType() const
AWS_APIGATEWAY_API GetUsagePlanKeyResult()=default
GetUsagePlanKeyResult & WithValue(ValueT &&value)
void SetRequestId(RequestIdT &&value)
void SetName(NameT &&value)
GetUsagePlanKeyResult & WithId(IdT &&value)
GetUsagePlanKeyResult & WithType(TypeT &&value)
GetUsagePlanKeyResult & WithRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API GetUsagePlanKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetUsagePlanKeyResult & WithName(NameT &&value)
void SetValue(ValueT &&value)
const Aws::String & GetName() const
AWS_APIGATEWAY_API GetUsagePlanKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
const Aws::String & GetValue() const
void SetType(TypeT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue