7#include <aws/chime/ChimeRequest.h>
8#include <aws/chime/Chime_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
38 template <
typename PhoneNumberIdsT = Aws::Vector<Aws::String>>
40 m_phoneNumberIdsHasBeenSet =
true;
41 m_phoneNumberIds = std::forward<PhoneNumberIdsT>(value);
43 template <
typename PhoneNumberIdsT = Aws::Vector<Aws::String>>
48 template <
typename PhoneNumberIdsT = Aws::String>
50 m_phoneNumberIdsHasBeenSet =
true;
51 m_phoneNumberIds.emplace_back(std::forward<PhoneNumberIdsT>(value));
57 bool m_phoneNumberIdsHasBeenSet =
false;
AWS_CHIME_API BatchDeletePhoneNumberRequest()=default
BatchDeletePhoneNumberRequest & AddPhoneNumberIds(PhoneNumberIdsT &&value)
bool PhoneNumberIdsHasBeenSet() const
BatchDeletePhoneNumberRequest & WithPhoneNumberIds(PhoneNumberIdsT &&value)
void SetPhoneNumberIds(PhoneNumberIdsT &&value)
AWS_CHIME_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetPhoneNumberIds() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector