/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a collection resource that contains zero or more references to
* your existing deployments, and links that guide you on how to interact with your
* collection. The collection offers a paginated view of the contained
* deployments.POST request against this resource. To view,
* update, or delete an existing deployment, make a GET,
* PATCH, or DELETE request, respectively, on a specified
* Deployment resource.See
* Also:
AWS
* API Reference
The current page of elements from this collection.
*/ inline const Aws::VectorThe current page of elements from this collection.
*/ inline void SetItems(const Aws::VectorThe current page of elements from this collection.
*/ inline void SetItems(Aws::VectorThe current page of elements from this collection.
*/ inline GetDeploymentsResult& WithItems(const Aws::VectorThe current page of elements from this collection.
*/ inline GetDeploymentsResult& WithItems(Aws::VectorThe current page of elements from this collection.
*/ inline GetDeploymentsResult& AddItems(const Deployment& value) { m_items.push_back(value); return *this; } /** *The current page of elements from this collection.
*/ inline GetDeploymentsResult& AddItems(Deployment&& value) { m_items.push_back(std::move(value)); return *this; } private: Aws::String m_position; Aws::Vector