/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The collection of the GatewayResponse instances of a RestApi as a
* responseType
-to-GatewayResponse object map of key-value pairs. As
* such, pagination is not supported for querying this collection.See
* Also:
AWS
* API Reference
Returns the entire collection, because of no pagination support.
*/ inline const Aws::VectorReturns the entire collection, because of no pagination support.
*/ inline void SetItems(const Aws::VectorReturns the entire collection, because of no pagination support.
*/ inline void SetItems(Aws::VectorReturns the entire collection, because of no pagination support.
*/ inline GetGatewayResponsesResult& WithItems(const Aws::VectorReturns the entire collection, because of no pagination support.
*/ inline GetGatewayResponsesResult& WithItems(Aws::VectorReturns the entire collection, because of no pagination support.
*/ inline GetGatewayResponsesResult& AddItems(const GatewayResponse& value) { m_items.push_back(value); return *this; } /** *Returns the entire collection, because of no pagination support.
*/ inline GetGatewayResponsesResult& AddItems(GatewayResponse&& value) { m_items.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetGatewayResponsesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetGatewayResponsesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetGatewayResponsesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_position; Aws::Vector