7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/directconnect/DirectConnectRequest.h>
9#include <aws/directconnect/DirectConnect_EXPORTS.h>
10#include <aws/directconnect/model/NewPublicVirtualInterfaceAllocation.h>
15namespace DirectConnect {
41 template <
typename ConnectionIdT = Aws::String>
43 m_connectionIdHasBeenSet =
true;
44 m_connectionId = std::forward<ConnectionIdT>(value);
46 template <
typename ConnectionIdT = Aws::String>
60 template <
typename OwnerAccountT = Aws::String>
62 m_ownerAccountHasBeenSet =
true;
63 m_ownerAccount = std::forward<OwnerAccountT>(value);
65 template <
typename OwnerAccountT = Aws::String>
77 return m_newPublicVirtualInterfaceAllocation;
80 template <
typename NewPublicVirtualInterfaceAllocationT = NewPublicVirtualInterfaceAllocation>
82 m_newPublicVirtualInterfaceAllocationHasBeenSet =
true;
83 m_newPublicVirtualInterfaceAllocation = std::forward<NewPublicVirtualInterfaceAllocationT>(value);
85 template <
typename NewPublicVirtualInterfaceAllocationT = NewPublicVirtualInterfaceAllocation>
97 bool m_connectionIdHasBeenSet =
false;
98 bool m_ownerAccountHasBeenSet =
false;
99 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