7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/directconnect/DirectConnect_EXPORTS.h>
10#include <aws/directconnect/model/Connection.h>
11#include <aws/directconnect/model/HasLogicalRedundancy.h>
12#include <aws/directconnect/model/LagState.h>
13#include <aws/directconnect/model/MacSecKey.h>
14#include <aws/directconnect/model/Tag.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace DirectConnect {
47 template <
typename ConnectionsBandw
idthT = Aws::String>
49 m_connectionsBandwidthHasBeenSet =
true;
50 m_connectionsBandwidth = std::forward<ConnectionsBandwidthT>(value);
52 template <
typename ConnectionsBandw
idthT = Aws::String>
68 m_numberOfConnectionsHasBeenSet =
true;
69 m_numberOfConnections = value;
82 template <
typename LagIdT = Aws::String>
84 m_lagIdHasBeenSet =
true;
85 m_lagId = std::forward<LagIdT>(value);
87 template <
typename LagIdT = Aws::String>
89 SetLagId(std::forward<LagIdT>(value));
99 template <
typename OwnerAccountT = Aws::String>
101 m_ownerAccountHasBeenSet =
true;
102 m_ownerAccount = std::forward<OwnerAccountT>(value);
104 template <
typename OwnerAccountT = Aws::String>
116 template <
typename LagNameT = Aws::String>
118 m_lagNameHasBeenSet =
true;
119 m_lagName = std::forward<LagNameT>(value);
121 template <
typename LagNameT = Aws::String>
143 m_lagStateHasBeenSet =
true;
157 template <
typename LocationT = Aws::String>
159 m_locationHasBeenSet =
true;
160 m_location = std::forward<LocationT>(value);
162 template <
typename LocationT = Aws::String>
174 template <
typename RegionT = Aws::String>
176 m_regionHasBeenSet =
true;
177 m_region = std::forward<RegionT>(value);
179 template <
typename RegionT = Aws::String>
193 m_minimumLinksHasBeenSet =
true;
194 m_minimumLinks = value;
207 template <
typename AwsDeviceT = Aws::String>
209 m_awsDeviceHasBeenSet =
true;
210 m_awsDevice = std::forward<AwsDeviceT>(value);
212 template <
typename AwsDeviceT = Aws::String>
224 template <
typename AwsDeviceV2T = Aws::String>
226 m_awsDeviceV2HasBeenSet =
true;
227 m_awsDeviceV2 = std::forward<AwsDeviceV2T>(value);
229 template <
typename AwsDeviceV2T = Aws::String>
243 template <
typename AwsLogicalDeviceIdT = Aws::String>
245 m_awsLogicalDeviceIdHasBeenSet =
true;
246 m_awsLogicalDeviceId = std::forward<AwsLogicalDeviceIdT>(value);
248 template <
typename AwsLogicalDeviceIdT = Aws::String>
260 template <
typename ConnectionsT = Aws::Vector<Connection>>
262 m_connectionsHasBeenSet =
true;
263 m_connections = std::forward<ConnectionsT>(value);
265 template <
typename ConnectionsT = Aws::Vector<Connection>>
270 template <
typename ConnectionsT = Connection>
272 m_connectionsHasBeenSet =
true;
273 m_connections.emplace_back(std::forward<ConnectionsT>(value));
284 m_allowsHostedConnectionsHasBeenSet =
true;
285 m_allowsHostedConnections = value;
299 m_jumboFrameCapableHasBeenSet =
true;
300 m_jumboFrameCapable = value;
315 m_hasLogicalRedundancyHasBeenSet =
true;
316 m_hasLogicalRedundancy = value;
329 template <
typename TagsT = Aws::Vector<Tag>>
331 m_tagsHasBeenSet =
true;
332 m_tags = std::forward<TagsT>(value);
334 template <
typename TagsT = Aws::Vector<Tag>>
336 SetTags(std::forward<TagsT>(value));
339 template <
typename TagsT = Tag>
341 m_tagsHasBeenSet =
true;
342 m_tags.emplace_back(std::forward<TagsT>(value));
352 template <
typename Prov
iderNameT = Aws::String>
354 m_providerNameHasBeenSet =
true;
355 m_providerName = std::forward<ProviderNameT>(value);
357 template <
typename Prov
iderNameT = Aws::String>
370 m_macSecCapableHasBeenSet =
true;
371 m_macSecCapable = value;
386 template <
typename EncryptionModeT = Aws::String>
388 m_encryptionModeHasBeenSet =
true;
389 m_encryptionMode = std::forward<EncryptionModeT>(value);
391 template <
typename EncryptionModeT = Aws::String>
403 template <
typename MacSecKeysT = Aws::Vector<MacSecKey>>
405 m_macSecKeysHasBeenSet =
true;
406 m_macSecKeys = std::forward<MacSecKeysT>(value);
408 template <
typename MacSecKeysT = Aws::Vector<MacSecKey>>
413 template <
typename MacSecKeysT = MacSecKey>
415 m_macSecKeysHasBeenSet =
true;
416 m_macSecKeys.emplace_back(std::forward<MacSecKeysT>(value));
424 template <
typename RequestIdT = Aws::String>
426 m_requestIdHasBeenSet =
true;
427 m_requestId = std::forward<RequestIdT>(value);
429 template <
typename RequestIdT = Aws::String>
438 int m_numberOfConnections{0};
452 int m_minimumLinks{0};
462 bool m_allowsHostedConnections{
false};
464 bool m_jumboFrameCapable{
false};
472 bool m_macSecCapable{
false};
479 bool m_connectionsBandwidthHasBeenSet =
false;
480 bool m_numberOfConnectionsHasBeenSet =
false;
481 bool m_lagIdHasBeenSet =
false;
482 bool m_ownerAccountHasBeenSet =
false;
483 bool m_lagNameHasBeenSet =
false;
484 bool m_lagStateHasBeenSet =
false;
485 bool m_locationHasBeenSet =
false;
486 bool m_regionHasBeenSet =
false;
487 bool m_minimumLinksHasBeenSet =
false;
488 bool m_awsDeviceHasBeenSet =
false;
489 bool m_awsDeviceV2HasBeenSet =
false;
490 bool m_awsLogicalDeviceIdHasBeenSet =
false;
491 bool m_connectionsHasBeenSet =
false;
492 bool m_allowsHostedConnectionsHasBeenSet =
false;
493 bool m_jumboFrameCapableHasBeenSet =
false;
494 bool m_hasLogicalRedundancyHasBeenSet =
false;
495 bool m_tagsHasBeenSet =
false;
496 bool m_providerNameHasBeenSet =
false;
497 bool m_macSecCapableHasBeenSet =
false;
498 bool m_encryptionModeHasBeenSet =
false;
499 bool m_macSecKeysHasBeenSet =
false;
500 bool m_requestIdHasBeenSet =
false;
void SetHasLogicalRedundancy(HasLogicalRedundancy value)
void SetLagId(LagIdT &&value)
DeleteLagResult & WithLagName(LagNameT &&value)
void SetMinimumLinks(int value)
DeleteLagResult & WithRegion(RegionT &&value)
const Aws::String & GetConnectionsBandwidth() const
void SetMacSecKeys(MacSecKeysT &&value)
DeleteLagResult & WithAwsLogicalDeviceId(AwsLogicalDeviceIdT &&value)
const Aws::String & GetLagName() const
DeleteLagResult & WithMacSecCapable(bool value)
HasLogicalRedundancy GetHasLogicalRedundancy() const
void SetAwsDevice(AwsDeviceT &&value)
void SetMacSecCapable(bool value)
void SetRequestId(RequestIdT &&value)
DeleteLagResult & WithHasLogicalRedundancy(HasLogicalRedundancy value)
DeleteLagResult & WithRequestId(RequestIdT &&value)
void SetConnectionsBandwidth(ConnectionsBandwidthT &&value)
void SetOwnerAccount(OwnerAccountT &&value)
const Aws::String & GetRequestId() const
DeleteLagResult & WithAllowsHostedConnections(bool value)
const Aws::Vector< MacSecKey > & GetMacSecKeys() const
const Aws::String & GetOwnerAccount() const
DeleteLagResult & WithLagId(LagIdT &&value)
DeleteLagResult & WithOwnerAccount(OwnerAccountT &&value)
void SetNumberOfConnections(int value)
const Aws::String & GetEncryptionMode() const
const Aws::String & GetLagId() const
void SetAllowsHostedConnections(bool value)
bool GetAllowsHostedConnections() const
DeleteLagResult & WithConnections(ConnectionsT &&value)
AWS_DIRECTCONNECT_API DeleteLagResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteLagResult & WithMinimumLinks(int value)
const Aws::String & GetProviderName() const
DeleteLagResult & AddConnections(ConnectionsT &&value)
void SetAwsLogicalDeviceId(AwsLogicalDeviceIdT &&value)
DeleteLagResult & AddMacSecKeys(MacSecKeysT &&value)
int GetNumberOfConnections() const
DeleteLagResult & WithNumberOfConnections(int value)
int GetMinimumLinks() const
void SetLagName(LagNameT &&value)
void SetEncryptionMode(EncryptionModeT &&value)
const Aws::Vector< Tag > & GetTags() const
DeleteLagResult & WithProviderName(ProviderNameT &&value)
void SetRegion(RegionT &&value)
DeleteLagResult & AddTags(TagsT &&value)
DeleteLagResult & WithJumboFrameCapable(bool value)
DeleteLagResult & WithEncryptionMode(EncryptionModeT &&value)
AWS_DIRECTCONNECT_API DeleteLagResult()=default
DeleteLagResult & WithAwsDeviceV2(AwsDeviceV2T &&value)
DeleteLagResult & WithLocation(LocationT &&value)
void SetAwsDeviceV2(AwsDeviceV2T &&value)
const Aws::Vector< Connection > & GetConnections() const
const Aws::String & GetAwsLogicalDeviceId() const
void SetLocation(LocationT &&value)
const Aws::String & GetAwsDeviceV2() const
bool GetMacSecCapable() const
void SetConnections(ConnectionsT &&value)
void SetProviderName(ProviderNameT &&value)
const Aws::String & GetRegion() const
const Aws::String & GetAwsDevice() const
DeleteLagResult & WithConnectionsBandwidth(ConnectionsBandwidthT &&value)
LagState GetLagState() const
DeleteLagResult & WithAwsDevice(AwsDeviceT &&value)
void SetTags(TagsT &&value)
DeleteLagResult & WithMacSecKeys(MacSecKeysT &&value)
DeleteLagResult & WithTags(TagsT &&value)
void SetJumboFrameCapable(bool value)
const Aws::String & GetLocation() const
bool GetJumboFrameCapable() const
void SetLagState(LagState value)
DeleteLagResult & WithLagState(LagState value)
AWS_DIRECTCONNECT_API DeleteLagResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue