/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the response to list devices.See Also:
AWS
* API Reference
The devices returned in the list devices response.
*/ inline const Aws::VectorThe devices returned in the list devices response.
*/ inline void SetDevices(const Aws::VectorThe devices returned in the list devices response.
*/ inline void SetDevices(Aws::VectorThe devices returned in the list devices response.
*/ inline ListDevicesResult& WithDevices(const Aws::VectorThe devices returned in the list devices response.
*/ inline ListDevicesResult& WithDevices(Aws::VectorThe devices returned in the list devices response.
*/ inline ListDevicesResult& AddDevices(const DeviceType& value) { m_devices.push_back(value); return *this; } /** *The devices returned in the list devices response.
*/ inline ListDevicesResult& AddDevices(DeviceType&& value) { m_devices.push_back(std::move(value)); return *this; } /** *The pagination token for the list device response.
*/ inline const Aws::String& GetPaginationToken() const{ return m_paginationToken; } /** *The pagination token for the list device response.
*/ inline void SetPaginationToken(const Aws::String& value) { m_paginationToken = value; } /** *The pagination token for the list device response.
*/ inline void SetPaginationToken(Aws::String&& value) { m_paginationToken = std::move(value); } /** *The pagination token for the list device response.
*/ inline void SetPaginationToken(const char* value) { m_paginationToken.assign(value); } /** *The pagination token for the list device response.
*/ inline ListDevicesResult& WithPaginationToken(const Aws::String& value) { SetPaginationToken(value); return *this;} /** *The pagination token for the list device response.
*/ inline ListDevicesResult& WithPaginationToken(Aws::String&& value) { SetPaginationToken(std::move(value)); return *this;} /** *The pagination token for the list device response.
*/ inline ListDevicesResult& WithPaginationToken(const char* value) { SetPaginationToken(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 ListDevicesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListDevicesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListDevicesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector