/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace DirectConnect { namespace Model { /** *

Information about a link aggregation group (LAG).

See Also:

* AWS * API Reference

*/ class DeleteLagResult { public: AWS_DIRECTCONNECT_API DeleteLagResult(); AWS_DIRECTCONNECT_API DeleteLagResult(const Aws::AmazonWebServiceResult& result); AWS_DIRECTCONNECT_API DeleteLagResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The individual bandwidth of the physical connections bundled by the LAG. The * possible values are 1Gbps and 10Gbps.

*/ inline const Aws::String& GetConnectionsBandwidth() const{ return m_connectionsBandwidth; } /** *

The individual bandwidth of the physical connections bundled by the LAG. The * possible values are 1Gbps and 10Gbps.

*/ inline void SetConnectionsBandwidth(const Aws::String& value) { m_connectionsBandwidth = value; } /** *

The individual bandwidth of the physical connections bundled by the LAG. The * possible values are 1Gbps and 10Gbps.

*/ inline void SetConnectionsBandwidth(Aws::String&& value) { m_connectionsBandwidth = std::move(value); } /** *

The individual bandwidth of the physical connections bundled by the LAG. The * possible values are 1Gbps and 10Gbps.

*/ inline void SetConnectionsBandwidth(const char* value) { m_connectionsBandwidth.assign(value); } /** *

The individual bandwidth of the physical connections bundled by the LAG. The * possible values are 1Gbps and 10Gbps.

*/ inline DeleteLagResult& WithConnectionsBandwidth(const Aws::String& value) { SetConnectionsBandwidth(value); return *this;} /** *

The individual bandwidth of the physical connections bundled by the LAG. The * possible values are 1Gbps and 10Gbps.

*/ inline DeleteLagResult& WithConnectionsBandwidth(Aws::String&& value) { SetConnectionsBandwidth(std::move(value)); return *this;} /** *

The individual bandwidth of the physical connections bundled by the LAG. The * possible values are 1Gbps and 10Gbps.

*/ inline DeleteLagResult& WithConnectionsBandwidth(const char* value) { SetConnectionsBandwidth(value); return *this;} /** *

The number of physical dedicated connections bundled by the LAG, up to a * maximum of 10.

*/ inline int GetNumberOfConnections() const{ return m_numberOfConnections; } /** *

The number of physical dedicated connections bundled by the LAG, up to a * maximum of 10.

*/ inline void SetNumberOfConnections(int value) { m_numberOfConnections = value; } /** *

The number of physical dedicated connections bundled by the LAG, up to a * maximum of 10.

*/ inline DeleteLagResult& WithNumberOfConnections(int value) { SetNumberOfConnections(value); return *this;} /** *

The ID of the LAG.

*/ inline const Aws::String& GetLagId() const{ return m_lagId; } /** *

The ID of the LAG.

*/ inline void SetLagId(const Aws::String& value) { m_lagId = value; } /** *

The ID of the LAG.

*/ inline void SetLagId(Aws::String&& value) { m_lagId = std::move(value); } /** *

The ID of the LAG.

*/ inline void SetLagId(const char* value) { m_lagId.assign(value); } /** *

The ID of the LAG.

*/ inline DeleteLagResult& WithLagId(const Aws::String& value) { SetLagId(value); return *this;} /** *

The ID of the LAG.

*/ inline DeleteLagResult& WithLagId(Aws::String&& value) { SetLagId(std::move(value)); return *this;} /** *

The ID of the LAG.

*/ inline DeleteLagResult& WithLagId(const char* value) { SetLagId(value); return *this;} /** *

The ID of the Amazon Web Services account that owns the LAG.

*/ inline const Aws::String& GetOwnerAccount() const{ return m_ownerAccount; } /** *

The ID of the Amazon Web Services account that owns the LAG.

*/ inline void SetOwnerAccount(const Aws::String& value) { m_ownerAccount = value; } /** *

The ID of the Amazon Web Services account that owns the LAG.

*/ inline void SetOwnerAccount(Aws::String&& value) { m_ownerAccount = std::move(value); } /** *

The ID of the Amazon Web Services account that owns the LAG.

*/ inline void SetOwnerAccount(const char* value) { m_ownerAccount.assign(value); } /** *

The ID of the Amazon Web Services account that owns the LAG.

*/ inline DeleteLagResult& WithOwnerAccount(const Aws::String& value) { SetOwnerAccount(value); return *this;} /** *

The ID of the Amazon Web Services account that owns the LAG.

*/ inline DeleteLagResult& WithOwnerAccount(Aws::String&& value) { SetOwnerAccount(std::move(value)); return *this;} /** *

The ID of the Amazon Web Services account that owns the LAG.

*/ inline DeleteLagResult& WithOwnerAccount(const char* value) { SetOwnerAccount(value); return *this;} /** *

The name of the LAG.

*/ inline const Aws::String& GetLagName() const{ return m_lagName; } /** *

The name of the LAG.

*/ inline void SetLagName(const Aws::String& value) { m_lagName = value; } /** *

The name of the LAG.

*/ inline void SetLagName(Aws::String&& value) { m_lagName = std::move(value); } /** *

The name of the LAG.

*/ inline void SetLagName(const char* value) { m_lagName.assign(value); } /** *

The name of the LAG.

*/ inline DeleteLagResult& WithLagName(const Aws::String& value) { SetLagName(value); return *this;} /** *

The name of the LAG.

*/ inline DeleteLagResult& WithLagName(Aws::String&& value) { SetLagName(std::move(value)); return *this;} /** *

The name of the LAG.

*/ inline DeleteLagResult& WithLagName(const char* value) { SetLagName(value); return *this;} /** *

The state of the LAG. The following are the possible values:

  • *

    requested: The initial state of a LAG. The LAG stays in the * requested state until the Letter of Authorization (LOA) is available.

  • *
  • pending: The LAG has been approved and is being * initialized.

  • available: The network link is * established and the LAG is ready for use.

  • down: * The network link is down.

  • deleting: The LAG is * being deleted.

  • deleted: The LAG is deleted.

    *
  • unknown: The state of the LAG is not available.

    *
*/ inline const LagState& GetLagState() const{ return m_lagState; } /** *

The state of the LAG. The following are the possible values:

  • *

    requested: The initial state of a LAG. The LAG stays in the * requested state until the Letter of Authorization (LOA) is available.

  • *
  • pending: The LAG has been approved and is being * initialized.

  • available: The network link is * established and the LAG is ready for use.

  • down: * The network link is down.

  • deleting: The LAG is * being deleted.

  • deleted: The LAG is deleted.

    *
  • unknown: The state of the LAG is not available.

    *
*/ inline void SetLagState(const LagState& value) { m_lagState = value; } /** *

The state of the LAG. The following are the possible values:

  • *

    requested: The initial state of a LAG. The LAG stays in the * requested state until the Letter of Authorization (LOA) is available.

  • *
  • pending: The LAG has been approved and is being * initialized.

  • available: The network link is * established and the LAG is ready for use.

  • down: * The network link is down.

  • deleting: The LAG is * being deleted.

  • deleted: The LAG is deleted.

    *
  • unknown: The state of the LAG is not available.

    *
*/ inline void SetLagState(LagState&& value) { m_lagState = std::move(value); } /** *

The state of the LAG. The following are the possible values:

  • *

    requested: The initial state of a LAG. The LAG stays in the * requested state until the Letter of Authorization (LOA) is available.

  • *
  • pending: The LAG has been approved and is being * initialized.

  • available: The network link is * established and the LAG is ready for use.

  • down: * The network link is down.

  • deleting: The LAG is * being deleted.

  • deleted: The LAG is deleted.

    *
  • unknown: The state of the LAG is not available.

    *
*/ inline DeleteLagResult& WithLagState(const LagState& value) { SetLagState(value); return *this;} /** *

The state of the LAG. The following are the possible values:

  • *

    requested: The initial state of a LAG. The LAG stays in the * requested state until the Letter of Authorization (LOA) is available.

  • *
  • pending: The LAG has been approved and is being * initialized.

  • available: The network link is * established and the LAG is ready for use.

  • down: * The network link is down.

  • deleting: The LAG is * being deleted.

  • deleted: The LAG is deleted.

    *
  • unknown: The state of the LAG is not available.

    *
*/ inline DeleteLagResult& WithLagState(LagState&& value) { SetLagState(std::move(value)); return *this;} /** *

The location of the LAG.

*/ inline const Aws::String& GetLocation() const{ return m_location; } /** *

The location of the LAG.

*/ inline void SetLocation(const Aws::String& value) { m_location = value; } /** *

The location of the LAG.

*/ inline void SetLocation(Aws::String&& value) { m_location = std::move(value); } /** *

The location of the LAG.

*/ inline void SetLocation(const char* value) { m_location.assign(value); } /** *

The location of the LAG.

*/ inline DeleteLagResult& WithLocation(const Aws::String& value) { SetLocation(value); return *this;} /** *

The location of the LAG.

*/ inline DeleteLagResult& WithLocation(Aws::String&& value) { SetLocation(std::move(value)); return *this;} /** *

The location of the LAG.

*/ inline DeleteLagResult& WithLocation(const char* value) { SetLocation(value); return *this;} /** *

The Amazon Web Services Region where the connection is located.

*/ inline const Aws::String& GetRegion() const{ return m_region; } /** *

The Amazon Web Services Region where the connection is located.

*/ inline void SetRegion(const Aws::String& value) { m_region = value; } /** *

The Amazon Web Services Region where the connection is located.

*/ inline void SetRegion(Aws::String&& value) { m_region = std::move(value); } /** *

The Amazon Web Services Region where the connection is located.

*/ inline void SetRegion(const char* value) { m_region.assign(value); } /** *

The Amazon Web Services Region where the connection is located.

*/ inline DeleteLagResult& WithRegion(const Aws::String& value) { SetRegion(value); return *this;} /** *

The Amazon Web Services Region where the connection is located.

*/ inline DeleteLagResult& WithRegion(Aws::String&& value) { SetRegion(std::move(value)); return *this;} /** *

The Amazon Web Services Region where the connection is located.

*/ inline DeleteLagResult& WithRegion(const char* value) { SetRegion(value); return *this;} /** *

The minimum number of physical dedicated connections that must be operational * for the LAG itself to be operational.

*/ inline int GetMinimumLinks() const{ return m_minimumLinks; } /** *

The minimum number of physical dedicated connections that must be operational * for the LAG itself to be operational.

*/ inline void SetMinimumLinks(int value) { m_minimumLinks = value; } /** *

The minimum number of physical dedicated connections that must be operational * for the LAG itself to be operational.

*/ inline DeleteLagResult& WithMinimumLinks(int value) { SetMinimumLinks(value); return *this;} /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline const Aws::String& GetAwsDevice() const{ return m_awsDevice; } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline void SetAwsDevice(const Aws::String& value) { m_awsDevice = value; } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline void SetAwsDevice(Aws::String&& value) { m_awsDevice = std::move(value); } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline void SetAwsDevice(const char* value) { m_awsDevice.assign(value); } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline DeleteLagResult& WithAwsDevice(const Aws::String& value) { SetAwsDevice(value); return *this;} /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline DeleteLagResult& WithAwsDevice(Aws::String&& value) { SetAwsDevice(std::move(value)); return *this;} /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline DeleteLagResult& WithAwsDevice(const char* value) { SetAwsDevice(value); return *this;} /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline const Aws::String& GetAwsDeviceV2() const{ return m_awsDeviceV2; } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline void SetAwsDeviceV2(const Aws::String& value) { m_awsDeviceV2 = value; } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline void SetAwsDeviceV2(Aws::String&& value) { m_awsDeviceV2 = std::move(value); } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline void SetAwsDeviceV2(const char* value) { m_awsDeviceV2.assign(value); } /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline DeleteLagResult& WithAwsDeviceV2(const Aws::String& value) { SetAwsDeviceV2(value); return *this;} /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline DeleteLagResult& WithAwsDeviceV2(Aws::String&& value) { SetAwsDeviceV2(std::move(value)); return *this;} /** *

The Direct Connect endpoint that hosts the LAG.

*/ inline DeleteLagResult& WithAwsDeviceV2(const char* value) { SetAwsDeviceV2(value); return *this;} /** *

The Direct Connect endpoint that terminates the logical connection. This * device might be different than the device that terminates the physical * connection.

*/ inline const Aws::String& GetAwsLogicalDeviceId() const{ return m_awsLogicalDeviceId; } /** *

The Direct Connect endpoint that terminates the logical connection. This * device might be different than the device that terminates the physical * connection.

*/ inline void SetAwsLogicalDeviceId(const Aws::String& value) { m_awsLogicalDeviceId = value; } /** *

The Direct Connect endpoint that terminates the logical connection. This * device might be different than the device that terminates the physical * connection.

*/ inline void SetAwsLogicalDeviceId(Aws::String&& value) { m_awsLogicalDeviceId = std::move(value); } /** *

The Direct Connect endpoint that terminates the logical connection. This * device might be different than the device that terminates the physical * connection.

*/ inline void SetAwsLogicalDeviceId(const char* value) { m_awsLogicalDeviceId.assign(value); } /** *

The Direct Connect endpoint that terminates the logical connection. This * device might be different than the device that terminates the physical * connection.

*/ inline DeleteLagResult& WithAwsLogicalDeviceId(const Aws::String& value) { SetAwsLogicalDeviceId(value); return *this;} /** *

The Direct Connect endpoint that terminates the logical connection. This * device might be different than the device that terminates the physical * connection.

*/ inline DeleteLagResult& WithAwsLogicalDeviceId(Aws::String&& value) { SetAwsLogicalDeviceId(std::move(value)); return *this;} /** *

The Direct Connect endpoint that terminates the logical connection. This * device might be different than the device that terminates the physical * connection.

*/ inline DeleteLagResult& WithAwsLogicalDeviceId(const char* value) { SetAwsLogicalDeviceId(value); return *this;} /** *

The connections bundled by the LAG.

*/ inline const Aws::Vector& GetConnections() const{ return m_connections; } /** *

The connections bundled by the LAG.

*/ inline void SetConnections(const Aws::Vector& value) { m_connections = value; } /** *

The connections bundled by the LAG.

*/ inline void SetConnections(Aws::Vector&& value) { m_connections = std::move(value); } /** *

The connections bundled by the LAG.

*/ inline DeleteLagResult& WithConnections(const Aws::Vector& value) { SetConnections(value); return *this;} /** *

The connections bundled by the LAG.

*/ inline DeleteLagResult& WithConnections(Aws::Vector&& value) { SetConnections(std::move(value)); return *this;} /** *

The connections bundled by the LAG.

*/ inline DeleteLagResult& AddConnections(const Connection& value) { m_connections.push_back(value); return *this; } /** *

The connections bundled by the LAG.

*/ inline DeleteLagResult& AddConnections(Connection&& value) { m_connections.push_back(std::move(value)); return *this; } /** *

Indicates whether the LAG can host other connections.

*/ inline bool GetAllowsHostedConnections() const{ return m_allowsHostedConnections; } /** *

Indicates whether the LAG can host other connections.

*/ inline void SetAllowsHostedConnections(bool value) { m_allowsHostedConnections = value; } /** *

Indicates whether the LAG can host other connections.

*/ inline DeleteLagResult& WithAllowsHostedConnections(bool value) { SetAllowsHostedConnections(value); return *this;} /** *

Indicates whether jumbo frames are supported.

*/ inline bool GetJumboFrameCapable() const{ return m_jumboFrameCapable; } /** *

Indicates whether jumbo frames are supported.

*/ inline void SetJumboFrameCapable(bool value) { m_jumboFrameCapable = value; } /** *

Indicates whether jumbo frames are supported.

*/ inline DeleteLagResult& WithJumboFrameCapable(bool value) { SetJumboFrameCapable(value); return *this;} /** *

Indicates whether the LAG supports a secondary BGP peer in the same address * family (IPv4/IPv6).

*/ inline const HasLogicalRedundancy& GetHasLogicalRedundancy() const{ return m_hasLogicalRedundancy; } /** *

Indicates whether the LAG supports a secondary BGP peer in the same address * family (IPv4/IPv6).

*/ inline void SetHasLogicalRedundancy(const HasLogicalRedundancy& value) { m_hasLogicalRedundancy = value; } /** *

Indicates whether the LAG supports a secondary BGP peer in the same address * family (IPv4/IPv6).

*/ inline void SetHasLogicalRedundancy(HasLogicalRedundancy&& value) { m_hasLogicalRedundancy = std::move(value); } /** *

Indicates whether the LAG supports a secondary BGP peer in the same address * family (IPv4/IPv6).

*/ inline DeleteLagResult& WithHasLogicalRedundancy(const HasLogicalRedundancy& value) { SetHasLogicalRedundancy(value); return *this;} /** *

Indicates whether the LAG supports a secondary BGP peer in the same address * family (IPv4/IPv6).

*/ inline DeleteLagResult& WithHasLogicalRedundancy(HasLogicalRedundancy&& value) { SetHasLogicalRedundancy(std::move(value)); return *this;} /** *

The tags associated with the LAG.

*/ inline const Aws::Vector& GetTags() const{ return m_tags; } /** *

The tags associated with the LAG.

*/ inline void SetTags(const Aws::Vector& value) { m_tags = value; } /** *

The tags associated with the LAG.

*/ inline void SetTags(Aws::Vector&& value) { m_tags = std::move(value); } /** *

The tags associated with the LAG.

*/ inline DeleteLagResult& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} /** *

The tags associated with the LAG.

*/ inline DeleteLagResult& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} /** *

The tags associated with the LAG.

*/ inline DeleteLagResult& AddTags(const Tag& value) { m_tags.push_back(value); return *this; } /** *

The tags associated with the LAG.

*/ inline DeleteLagResult& AddTags(Tag&& value) { m_tags.push_back(std::move(value)); return *this; } /** *

The name of the service provider associated with the LAG.

*/ inline const Aws::String& GetProviderName() const{ return m_providerName; } /** *

The name of the service provider associated with the LAG.

*/ inline void SetProviderName(const Aws::String& value) { m_providerName = value; } /** *

The name of the service provider associated with the LAG.

*/ inline void SetProviderName(Aws::String&& value) { m_providerName = std::move(value); } /** *

The name of the service provider associated with the LAG.

*/ inline void SetProviderName(const char* value) { m_providerName.assign(value); } /** *

The name of the service provider associated with the LAG.

*/ inline DeleteLagResult& WithProviderName(const Aws::String& value) { SetProviderName(value); return *this;} /** *

The name of the service provider associated with the LAG.

*/ inline DeleteLagResult& WithProviderName(Aws::String&& value) { SetProviderName(std::move(value)); return *this;} /** *

The name of the service provider associated with the LAG.

*/ inline DeleteLagResult& WithProviderName(const char* value) { SetProviderName(value); return *this;} /** *

Indicates whether the LAG supports MAC Security (MACsec).

*/ inline bool GetMacSecCapable() const{ return m_macSecCapable; } /** *

Indicates whether the LAG supports MAC Security (MACsec).

*/ inline void SetMacSecCapable(bool value) { m_macSecCapable = value; } /** *

Indicates whether the LAG supports MAC Security (MACsec).

*/ inline DeleteLagResult& WithMacSecCapable(bool value) { SetMacSecCapable(value); return *this;} /** *

The LAG MAC Security (MACsec) encryption mode.

The valid values are * no_encrypt, should_encrypt, and * must_encrypt.

*/ inline const Aws::String& GetEncryptionMode() const{ return m_encryptionMode; } /** *

The LAG MAC Security (MACsec) encryption mode.

The valid values are * no_encrypt, should_encrypt, and * must_encrypt.

*/ inline void SetEncryptionMode(const Aws::String& value) { m_encryptionMode = value; } /** *

The LAG MAC Security (MACsec) encryption mode.

The valid values are * no_encrypt, should_encrypt, and * must_encrypt.

*/ inline void SetEncryptionMode(Aws::String&& value) { m_encryptionMode = std::move(value); } /** *

The LAG MAC Security (MACsec) encryption mode.

The valid values are * no_encrypt, should_encrypt, and * must_encrypt.

*/ inline void SetEncryptionMode(const char* value) { m_encryptionMode.assign(value); } /** *

The LAG MAC Security (MACsec) encryption mode.

The valid values are * no_encrypt, should_encrypt, and * must_encrypt.

*/ inline DeleteLagResult& WithEncryptionMode(const Aws::String& value) { SetEncryptionMode(value); return *this;} /** *

The LAG MAC Security (MACsec) encryption mode.

The valid values are * no_encrypt, should_encrypt, and * must_encrypt.

*/ inline DeleteLagResult& WithEncryptionMode(Aws::String&& value) { SetEncryptionMode(std::move(value)); return *this;} /** *

The LAG MAC Security (MACsec) encryption mode.

The valid values are * no_encrypt, should_encrypt, and * must_encrypt.

*/ inline DeleteLagResult& WithEncryptionMode(const char* value) { SetEncryptionMode(value); return *this;} /** *

The MAC Security (MACsec) security keys associated with the LAG.

*/ inline const Aws::Vector& GetMacSecKeys() const{ return m_macSecKeys; } /** *

The MAC Security (MACsec) security keys associated with the LAG.

*/ inline void SetMacSecKeys(const Aws::Vector& value) { m_macSecKeys = value; } /** *

The MAC Security (MACsec) security keys associated with the LAG.

*/ inline void SetMacSecKeys(Aws::Vector&& value) { m_macSecKeys = std::move(value); } /** *

The MAC Security (MACsec) security keys associated with the LAG.

*/ inline DeleteLagResult& WithMacSecKeys(const Aws::Vector& value) { SetMacSecKeys(value); return *this;} /** *

The MAC Security (MACsec) security keys associated with the LAG.

*/ inline DeleteLagResult& WithMacSecKeys(Aws::Vector&& value) { SetMacSecKeys(std::move(value)); return *this;} /** *

The MAC Security (MACsec) security keys associated with the LAG.

*/ inline DeleteLagResult& AddMacSecKeys(const MacSecKey& value) { m_macSecKeys.push_back(value); return *this; } /** *

The MAC Security (MACsec) security keys associated with the LAG.

*/ inline DeleteLagResult& AddMacSecKeys(MacSecKey&& value) { m_macSecKeys.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 DeleteLagResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DeleteLagResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DeleteLagResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_connectionsBandwidth; int m_numberOfConnections; Aws::String m_lagId; Aws::String m_ownerAccount; Aws::String m_lagName; LagState m_lagState; Aws::String m_location; Aws::String m_region; int m_minimumLinks; Aws::String m_awsDevice; Aws::String m_awsDeviceV2; Aws::String m_awsLogicalDeviceId; Aws::Vector m_connections; bool m_allowsHostedConnections; bool m_jumboFrameCapable; HasLogicalRedundancy m_hasLogicalRedundancy; Aws::Vector m_tags; Aws::String m_providerName; bool m_macSecCapable; Aws::String m_encryptionMode; Aws::Vector m_macSecKeys; Aws::String m_requestId; }; } // namespace Model } // namespace DirectConnect } // namespace Aws