7#include <aws/directconnect/DirectConnect_EXPORTS.h>
8#include <aws/directconnect/DirectConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace DirectConnect
44 template<
typename VirtualInterfaceIdT = Aws::String>
45 void SetVirtualInterfaceId(VirtualInterfaceIdT&& value) { m_virtualInterfaceIdHasBeenSet =
true; m_virtualInterfaceId = std::forward<VirtualInterfaceIdT>(value); }
46 template<
typename VirtualInterfaceIdT = Aws::String>
56 template<
typename BgpPeersT = Aws::Vector<Aws::String>>
57 void SetBgpPeers(BgpPeersT&& value) { m_bgpPeersHasBeenSet =
true; m_bgpPeers = std::forward<BgpPeersT>(value); }
58 template<
typename BgpPeersT = Aws::Vector<Aws::String>>
60 template<
typename BgpPeersT = Aws::String>
78 bool m_virtualInterfaceIdHasBeenSet =
false;
81 bool m_bgpPeersHasBeenSet =
false;
83 int m_testDurationInMinutes{0};
84 bool m_testDurationInMinutesHasBeenSet =
false;
bool TestDurationInMinutesHasBeenSet() const
void SetVirtualInterfaceId(VirtualInterfaceIdT &&value)
StartBgpFailoverTestRequest & WithTestDurationInMinutes(int value)
virtual const char * GetServiceRequestName() const override
AWS_DIRECTCONNECT_API StartBgpFailoverTestRequest()=default
const Aws::Vector< Aws::String > & GetBgpPeers() const
const Aws::String & GetVirtualInterfaceId() const
StartBgpFailoverTestRequest & AddBgpPeers(BgpPeersT &&value)
void SetBgpPeers(BgpPeersT &&value)
StartBgpFailoverTestRequest & WithBgpPeers(BgpPeersT &&value)
bool BgpPeersHasBeenSet() const
AWS_DIRECTCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DIRECTCONNECT_API Aws::String SerializePayload() const override
StartBgpFailoverTestRequest & WithVirtualInterfaceId(VirtualInterfaceIdT &&value)
int GetTestDurationInMinutes() const
void SetTestDurationInMinutes(int value)
bool VirtualInterfaceIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector