7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename PhoneNumberIdT = Aws::String>
40 m_phoneNumberIdHasBeenSet =
true;
41 m_phoneNumberId = std::forward<PhoneNumberIdT>(value);
43 template <
typename PhoneNumberIdT = Aws::String>
56 template <
typename PhoneNumberDescriptionT = Aws::String>
58 m_phoneNumberDescriptionHasBeenSet =
true;
59 m_phoneNumberDescription = std::forward<PhoneNumberDescriptionT>(value);
61 template <
typename PhoneNumberDescriptionT = Aws::String>
78 template <
typename ClientTokenT = Aws::String>
80 m_clientTokenHasBeenSet =
true;
81 m_clientToken = std::forward<ClientTokenT>(value);
83 template <
typename ClientTokenT = Aws::String>
95 bool m_phoneNumberIdHasBeenSet =
false;
96 bool m_phoneNumberDescriptionHasBeenSet =
false;
97 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String