7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/directconnect/DirectConnect_EXPORTS.h>
11#include <aws/directconnect/model/Connection.h>
12#include <aws/directconnect/model/HasLogicalRedundancy.h>
13#include <aws/directconnect/model/LagState.h>
14#include <aws/directconnect/model/MacSecKey.h>
15#include <aws/directconnect/model/RateLimiterStatus.h>
16#include <aws/directconnect/model/Tag.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace DirectConnect {
49 template <
typename ConnectionsBandw
idthT = Aws::String>
51 m_connectionsBandwidthHasBeenSet =
true;
52 m_connectionsBandwidth = std::forward<ConnectionsBandwidthT>(value);
54 template <
typename ConnectionsBandw
idthT = Aws::String>
70 m_numberOfConnectionsHasBeenSet =
true;
71 m_numberOfConnections = value;
84 template <
typename LagIdT = Aws::String>
86 m_lagIdHasBeenSet =
true;
87 m_lagId = std::forward<LagIdT>(value);
89 template <
typename LagIdT = Aws::String>
91 SetLagId(std::forward<LagIdT>(value));
101 template <
typename OwnerAccountT = Aws::String>
103 m_ownerAccountHasBeenSet =
true;
104 m_ownerAccount = std::forward<OwnerAccountT>(value);
106 template <
typename OwnerAccountT = Aws::String>
118 template <
typename LagNameT = Aws::String>
120 m_lagNameHasBeenSet =
true;
121 m_lagName = std::forward<LagNameT>(value);
123 template <
typename LagNameT = Aws::String>
145 m_lagStateHasBeenSet =
true;
159 template <
typename LocationT = Aws::String>
161 m_locationHasBeenSet =
true;
162 m_location = std::forward<LocationT>(value);
164 template <
typename LocationT = Aws::String>
176 template <
typename RegionT = Aws::String>
178 m_regionHasBeenSet =
true;
179 m_region = std::forward<RegionT>(value);
181 template <
typename RegionT = Aws::String>
195 m_minimumLinksHasBeenSet =
true;
196 m_minimumLinks = value;
209 template <
typename AwsDeviceT = Aws::String>
211 m_awsDeviceHasBeenSet =
true;
212 m_awsDevice = std::forward<AwsDeviceT>(value);
214 template <
typename AwsDeviceT = Aws::String>
226 template <
typename AwsDeviceV2T = Aws::String>
228 m_awsDeviceV2HasBeenSet =
true;
229 m_awsDeviceV2 = std::forward<AwsDeviceV2T>(value);
231 template <
typename AwsDeviceV2T = Aws::String>
245 template <
typename AwsLogicalDeviceIdT = Aws::String>
247 m_awsLogicalDeviceIdHasBeenSet =
true;
248 m_awsLogicalDeviceId = std::forward<AwsLogicalDeviceIdT>(value);
250 template <
typename AwsLogicalDeviceIdT = Aws::String>
262 template <
typename ConnectionsT = Aws::Vector<Connection>>
264 m_connectionsHasBeenSet =
true;
265 m_connections = std::forward<ConnectionsT>(value);
267 template <
typename ConnectionsT = Aws::Vector<Connection>>
272 template <
typename ConnectionsT = Connection>
274 m_connectionsHasBeenSet =
true;
275 m_connections.emplace_back(std::forward<ConnectionsT>(value));
286 m_allowsHostedConnectionsHasBeenSet =
true;
287 m_allowsHostedConnections = value;
301 m_jumboFrameCapableHasBeenSet =
true;
302 m_jumboFrameCapable = value;
317 m_hasLogicalRedundancyHasBeenSet =
true;
318 m_hasLogicalRedundancy = value;
331 template <
typename TagsT = Aws::Vector<Tag>>
333 m_tagsHasBeenSet =
true;
334 m_tags = std::forward<TagsT>(value);
336 template <
typename TagsT = Aws::Vector<Tag>>
338 SetTags(std::forward<TagsT>(value));
341 template <
typename TagsT = Tag>
343 m_tagsHasBeenSet =
true;
344 m_tags.emplace_back(std::forward<TagsT>(value));
354 template <
typename Prov
iderNameT = Aws::String>
356 m_providerNameHasBeenSet =
true;
357 m_providerName = std::forward<ProviderNameT>(value);
359 template <
typename Prov
iderNameT = Aws::String>
372 m_macSecCapableHasBeenSet =
true;
373 m_macSecCapable = value;
388 template <
typename EncryptionModeT = Aws::String>
390 m_encryptionModeHasBeenSet =
true;
391 m_encryptionMode = std::forward<EncryptionModeT>(value);
393 template <
typename EncryptionModeT = Aws::String>
405 template <
typename MacSecKeysT = Aws::Vector<MacSecKey>>
407 m_macSecKeysHasBeenSet =
true;
408 m_macSecKeys = std::forward<MacSecKeysT>(value);
410 template <
typename MacSecKeysT = Aws::Vector<MacSecKey>>
415 template <
typename MacSecKeysT = MacSecKey>
417 m_macSecKeysHasBeenSet =
true;
418 m_macSecKeys.emplace_back(std::forward<MacSecKeysT>(value));
429 template <
typename RateLimiterStatusT = RateLimiterStatus>
431 m_rateLimiterStatusHasBeenSet =
true;
432 m_rateLimiterStatus = std::forward<RateLimiterStatusT>(value);
434 template <
typename RateLimiterStatusT = RateLimiterStatus>
444 template <
typename RequestIdT = Aws::String>
446 m_requestIdHasBeenSet =
true;
447 m_requestId = std::forward<RequestIdT>(value);
449 template <
typename RequestIdT = Aws::String>
460 int m_numberOfConnections{0};
474 int m_minimumLinks{0};
484 bool m_allowsHostedConnections{
false};
486 bool m_jumboFrameCapable{
false};
494 bool m_macSecCapable{
false};
500 RateLimiterStatus m_rateLimiterStatus;
504 bool m_connectionsBandwidthHasBeenSet =
false;
505 bool m_numberOfConnectionsHasBeenSet =
false;
506 bool m_lagIdHasBeenSet =
false;
507 bool m_ownerAccountHasBeenSet =
false;
508 bool m_lagNameHasBeenSet =
false;
509 bool m_lagStateHasBeenSet =
false;
510 bool m_locationHasBeenSet =
false;
511 bool m_regionHasBeenSet =
false;
512 bool m_minimumLinksHasBeenSet =
false;
513 bool m_awsDeviceHasBeenSet =
false;
514 bool m_awsDeviceV2HasBeenSet =
false;
515 bool m_awsLogicalDeviceIdHasBeenSet =
false;
516 bool m_connectionsHasBeenSet =
false;
517 bool m_allowsHostedConnectionsHasBeenSet =
false;
518 bool m_jumboFrameCapableHasBeenSet =
false;
519 bool m_hasLogicalRedundancyHasBeenSet =
false;
520 bool m_tagsHasBeenSet =
false;
521 bool m_providerNameHasBeenSet =
false;
522 bool m_macSecCapableHasBeenSet =
false;
523 bool m_encryptionModeHasBeenSet =
false;
524 bool m_macSecKeysHasBeenSet =
false;
525 bool m_rateLimiterStatusHasBeenSet =
false;
526 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)
const RateLimiterStatus & GetRateLimiterStatus() const
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)
DeleteLagResult & WithRateLimiterStatus(RateLimiterStatusT &&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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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 SetRateLimiterStatus(RateLimiterStatusT &&value)
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