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/directconnect/model/NewPublicVirtualInterfaceAllocation.h>
15namespace DirectConnect
45 template<
typename ConnectionIdT = Aws::String>
46 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
47 template<
typename ConnectionIdT = Aws::String>
58 template<
typename OwnerAccountT = Aws::String>
59 void SetOwnerAccount(OwnerAccountT&& value) { m_ownerAccountHasBeenSet =
true; m_ownerAccount = std::forward<OwnerAccountT>(value); }
60 template<
typename OwnerAccountT = Aws::String>
70 template<
typename NewPublicVirtualInterfaceAllocationT = NewPublicVirtualInterfaceAllocation>
71 void SetNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocationT&& value) { m_newPublicVirtualInterfaceAllocationHasBeenSet =
true; m_newPublicVirtualInterfaceAllocation = std::forward<NewPublicVirtualInterfaceAllocationT>(value); }
72 template<
typename NewPublicVirtualInterfaceAllocationT = NewPublicVirtualInterfaceAllocation>
78 bool m_connectionIdHasBeenSet =
false;
81 bool m_ownerAccountHasBeenSet =
false;
84 bool m_newPublicVirtualInterfaceAllocationHasBeenSet =
false;
const Aws::String & GetOwnerAccount() const
AllocatePublicVirtualInterfaceRequest & WithConnectionId(ConnectionIdT &&value)
void SetNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocationT &&value)
AWS_DIRECTCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NewPublicVirtualInterfaceAllocationHasBeenSet() const
const NewPublicVirtualInterfaceAllocation & GetNewPublicVirtualInterfaceAllocation() const
AllocatePublicVirtualInterfaceRequest & WithNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocationT &&value)
AWS_DIRECTCONNECT_API AllocatePublicVirtualInterfaceRequest()=default
bool ConnectionIdHasBeenSet() const
bool OwnerAccountHasBeenSet() const
AWS_DIRECTCONNECT_API Aws::String SerializePayload() const override
AllocatePublicVirtualInterfaceRequest & WithOwnerAccount(OwnerAccountT &&value)
virtual const char * GetServiceRequestName() const override
void SetConnectionId(ConnectionIdT &&value)
const Aws::String & GetConnectionId() const
void SetOwnerAccount(OwnerAccountT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String