7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/apigateway/model/GatewayResponse.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
50 inline void SetPosition(
const char* value) { m_position.assign(value); }
74 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_APIGATEWAY_API GetGatewayResponsesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APIGATEWAY_API GetGatewayResponsesResult()
void SetPosition(Aws::String &&value)
void SetItems(Aws::Vector< GatewayResponse > &&value)
GetGatewayResponsesResult & WithPosition(const Aws::String &value)
GetGatewayResponsesResult & WithRequestId(Aws::String &&value)
void SetItems(const Aws::Vector< GatewayResponse > &value)
GetGatewayResponsesResult & WithPosition(const char *value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
GetGatewayResponsesResult & AddItems(GatewayResponse &&value)
GetGatewayResponsesResult & AddItems(const GatewayResponse &value)
GetGatewayResponsesResult & WithRequestId(const char *value)
const Aws::String & GetPosition() const
AWS_APIGATEWAY_API GetGatewayResponsesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGatewayResponsesResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
GetGatewayResponsesResult & WithItems(Aws::Vector< GatewayResponse > &&value)
GetGatewayResponsesResult & WithItems(const Aws::Vector< GatewayResponse > &value)
void SetPosition(const char *value)
GetGatewayResponsesResult & WithPosition(Aws::String &&value)
const Aws::Vector< GatewayResponse > & GetItems() const
void SetPosition(const Aws::String &value)
void SetRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue