/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include DescribeVTLDevicesOutputSee Also:
AWS
* API Reference
An array of VTL device objects composed of the Amazon Resource Name (ARN) of * the VTL devices.
*/ inline const Aws::VectorAn array of VTL device objects composed of the Amazon Resource Name (ARN) of * the VTL devices.
*/ inline void SetVTLDevices(const Aws::VectorAn array of VTL device objects composed of the Amazon Resource Name (ARN) of * the VTL devices.
*/ inline void SetVTLDevices(Aws::VectorAn array of VTL device objects composed of the Amazon Resource Name (ARN) of * the VTL devices.
*/ inline DescribeVTLDevicesResult& WithVTLDevices(const Aws::VectorAn array of VTL device objects composed of the Amazon Resource Name (ARN) of * the VTL devices.
*/ inline DescribeVTLDevicesResult& WithVTLDevices(Aws::VectorAn array of VTL device objects composed of the Amazon Resource Name (ARN) of * the VTL devices.
*/ inline DescribeVTLDevicesResult& AddVTLDevices(const VTLDevice& value) { m_vTLDevices.push_back(value); return *this; } /** *An array of VTL device objects composed of the Amazon Resource Name (ARN) of * the VTL devices.
*/ inline DescribeVTLDevicesResult& AddVTLDevices(VTLDevice&& value) { m_vTLDevices.push_back(std::move(value)); return *this; } /** *An opaque string that indicates the position at which the VTL devices that * were fetched for description ended. Use the marker in your next request to fetch * the next set of VTL devices in the list. If there are no more VTL devices to * describe, this field does not appear in the response.
*/ inline const Aws::String& GetMarker() const{ return m_marker; } /** *An opaque string that indicates the position at which the VTL devices that * were fetched for description ended. Use the marker in your next request to fetch * the next set of VTL devices in the list. If there are no more VTL devices to * describe, this field does not appear in the response.
*/ inline void SetMarker(const Aws::String& value) { m_marker = value; } /** *An opaque string that indicates the position at which the VTL devices that * were fetched for description ended. Use the marker in your next request to fetch * the next set of VTL devices in the list. If there are no more VTL devices to * describe, this field does not appear in the response.
*/ inline void SetMarker(Aws::String&& value) { m_marker = std::move(value); } /** *An opaque string that indicates the position at which the VTL devices that * were fetched for description ended. Use the marker in your next request to fetch * the next set of VTL devices in the list. If there are no more VTL devices to * describe, this field does not appear in the response.
*/ inline void SetMarker(const char* value) { m_marker.assign(value); } /** *An opaque string that indicates the position at which the VTL devices that * were fetched for description ended. Use the marker in your next request to fetch * the next set of VTL devices in the list. If there are no more VTL devices to * describe, this field does not appear in the response.
*/ inline DescribeVTLDevicesResult& WithMarker(const Aws::String& value) { SetMarker(value); return *this;} /** *An opaque string that indicates the position at which the VTL devices that * were fetched for description ended. Use the marker in your next request to fetch * the next set of VTL devices in the list. If there are no more VTL devices to * describe, this field does not appear in the response.
*/ inline DescribeVTLDevicesResult& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;} /** *An opaque string that indicates the position at which the VTL devices that * were fetched for description ended. Use the marker in your next request to fetch * the next set of VTL devices in the list. If there are no more VTL devices to * describe, this field does not appear in the response.
*/ inline DescribeVTLDevicesResult& WithMarker(const char* value) { SetMarker(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 DescribeVTLDevicesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeVTLDevicesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeVTLDevicesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_gatewayARN; Aws::Vector