7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename BranchInterfaceIdT = Aws::String>
44 m_branchInterfaceIdHasBeenSet =
true;
45 m_branchInterfaceId = std::forward<BranchInterfaceIdT>(value);
47 template <
typename BranchInterfaceIdT = Aws::String>
60 template <
typename TrunkInterfaceIdT = Aws::String>
62 m_trunkInterfaceIdHasBeenSet =
true;
63 m_trunkInterfaceId = std::forward<TrunkInterfaceIdT>(value);
65 template <
typename TrunkInterfaceIdT = Aws::String>
79 m_vlanIdHasBeenSet =
true;
95 m_greKeyHasBeenSet =
true;
113 template <
typename ClientTokenT = Aws::String>
115 m_clientTokenHasBeenSet =
true;
116 m_clientToken = std::forward<ClientTokenT>(value);
118 template <
typename ClientTokenT = Aws::String>
135 m_dryRunHasBeenSet =
true;
154 bool m_dryRun{
false};
155 bool m_branchInterfaceIdHasBeenSet =
false;
156 bool m_trunkInterfaceIdHasBeenSet =
false;
157 bool m_vlanIdHasBeenSet =
false;
158 bool m_greKeyHasBeenSet =
false;
159 bool m_clientTokenHasBeenSet =
true;
160 bool m_dryRunHasBeenSet =
false;
AssociateTrunkInterfaceRequest & WithClientToken(ClientTokenT &&value)
AssociateTrunkInterfaceRequest & WithDryRun(bool value)
void SetBranchInterfaceId(BranchInterfaceIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AssociateTrunkInterfaceRequest & WithVlanId(int value)
const Aws::String & GetClientToken() const
void SetDryRun(bool value)
AWS_EC2_API AssociateTrunkInterfaceRequest()=default
void SetVlanId(int value)
bool ClientTokenHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
AssociateTrunkInterfaceRequest & WithGreKey(int value)
bool DryRunHasBeenSet() const
bool TrunkInterfaceIdHasBeenSet() const
const Aws::String & GetTrunkInterfaceId() const
bool GreKeyHasBeenSet() const
void SetGreKey(int value)
bool BranchInterfaceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
void SetTrunkInterfaceId(TrunkInterfaceIdT &&value)
AssociateTrunkInterfaceRequest & WithTrunkInterfaceId(TrunkInterfaceIdT &&value)
bool VlanIdHasBeenSet() const
AssociateTrunkInterfaceRequest & WithBranchInterfaceId(BranchInterfaceIdT &&value)
const Aws::String & GetBranchInterfaceId() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String