7#include <aws/privatenetworks/PrivateNetworks_EXPORTS.h>
8#include <aws/privatenetworks/PrivateNetworksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/privatenetworks/model/Position.h>
15namespace PrivateNetworks
44 inline void SetAccessPointArn(
const char* value) { m_accessPointArnHasBeenSet =
true; m_accessPointArn.assign(value); }
59 inline void SetCpiSecretKey(
const char* value) { m_cpiSecretKeyHasBeenSet =
true; m_cpiSecretKey.assign(value); }
74 inline void SetCpiUserId(
const char* value) { m_cpiUserIdHasBeenSet =
true; m_cpiUserId.assign(value); }
89 inline void SetCpiUserPassword(
const char* value) { m_cpiUserPasswordHasBeenSet =
true; m_cpiUserPassword.assign(value); }
104 inline void SetCpiUsername(
const char* value) { m_cpiUsernameHasBeenSet =
true; m_cpiUsername.assign(value); }
124 bool m_accessPointArnHasBeenSet =
false;
127 bool m_cpiSecretKeyHasBeenSet =
false;
130 bool m_cpiUserIdHasBeenSet =
false;
133 bool m_cpiUserPasswordHasBeenSet =
false;
136 bool m_cpiUsernameHasBeenSet =
false;
139 bool m_positionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String