/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details about a virtual interface's router.See
* Also:
AWS
* API Reference
The ID of the virtual interface.
*/ inline const Aws::String& GetVirtualInterfaceId() const{ return m_virtualInterfaceId; } /** *The ID of the virtual interface.
*/ inline bool VirtualInterfaceIdHasBeenSet() const { return m_virtualInterfaceIdHasBeenSet; } /** *The ID of the virtual interface.
*/ inline void SetVirtualInterfaceId(const Aws::String& value) { m_virtualInterfaceIdHasBeenSet = true; m_virtualInterfaceId = value; } /** *The ID of the virtual interface.
*/ inline void SetVirtualInterfaceId(Aws::String&& value) { m_virtualInterfaceIdHasBeenSet = true; m_virtualInterfaceId = std::move(value); } /** *The ID of the virtual interface.
*/ inline void SetVirtualInterfaceId(const char* value) { m_virtualInterfaceIdHasBeenSet = true; m_virtualInterfaceId.assign(value); } /** *The ID of the virtual interface.
*/ inline DescribeRouterConfigurationRequest& WithVirtualInterfaceId(const Aws::String& value) { SetVirtualInterfaceId(value); return *this;} /** *The ID of the virtual interface.
*/ inline DescribeRouterConfigurationRequest& WithVirtualInterfaceId(Aws::String&& value) { SetVirtualInterfaceId(std::move(value)); return *this;} /** *The ID of the virtual interface.
*/ inline DescribeRouterConfigurationRequest& WithVirtualInterfaceId(const char* value) { SetVirtualInterfaceId(value); return *this;} /** *Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
Identifies the router by a combination of vendor, platform, and software
* version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.