7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename PhoneNumberIdsT = Aws::Vector<Aws::String>>
43 void SetPhoneNumberIds(PhoneNumberIdsT&& value) { m_phoneNumberIdsHasBeenSet =
true; m_phoneNumberIds = std::forward<PhoneNumberIdsT>(value); }
44 template<
typename PhoneNumberIdsT = Aws::Vector<Aws::String>>
46 template<
typename PhoneNumberIdsT = Aws::String>
52 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