7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/evs/EVSRequest.h>
10#include <aws/evs/EVS_EXPORTS.h>
44 template <
typename ClientTokenT = Aws::String>
46 m_clientTokenHasBeenSet =
true;
47 m_clientToken = std::forward<ClientTokenT>(value);
49 template <
typename ClientTokenT = Aws::String>
63 template <
typename EnvironmentIdT = Aws::String>
65 m_environmentIdHasBeenSet =
true;
66 m_environmentId = std::forward<EnvironmentIdT>(value);
68 template <
typename EnvironmentIdT = Aws::String>
82 template <
typename VlanNameT = Aws::String>
84 m_vlanNameHasBeenSet =
true;
85 m_vlanName = std::forward<VlanNameT>(value);
87 template <
typename VlanNameT = Aws::String>
100 template <
typename AllocationIdT = Aws::String>
102 m_allocationIdHasBeenSet =
true;
103 m_allocationId = std::forward<AllocationIdT>(value);
105 template <
typename AllocationIdT = Aws::String>
119 bool m_clientTokenHasBeenSet =
true;
120 bool m_environmentIdHasBeenSet =
false;
121 bool m_vlanNameHasBeenSet =
false;
122 bool m_allocationIdHasBeenSet =
false;
const Aws::String & GetAllocationId() const
bool AllocationIdHasBeenSet() const
bool VlanNameHasBeenSet() const
bool ClientTokenHasBeenSet() const
AssociateEipToVlanRequest & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetVlanName() const
void SetClientToken(ClientTokenT &&value)
AssociateEipToVlanRequest & WithVlanName(VlanNameT &&value)
AWS_EVS_API AssociateEipToVlanRequest()=default
AWS_EVS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEnvironmentId(EnvironmentIdT &&value)
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetEnvironmentId() const
virtual const char * GetServiceRequestName() const override
void SetVlanName(VlanNameT &&value)
AssociateEipToVlanRequest & WithClientToken(ClientTokenT &&value)
AWS_EVS_API Aws::String SerializePayload() const override
AssociateEipToVlanRequest & WithAllocationId(AllocationIdT &&value)
void SetAllocationId(AllocationIdT &&value)
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String