7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/PhoneNumberError.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 template <
typename PhoneNumberErrorsT = Aws::Vector<PhoneNumberError>>
41 m_phoneNumberErrorsHasBeenSet =
true;
42 m_phoneNumberErrors = std::forward<PhoneNumberErrorsT>(value);
44 template <
typename PhoneNumberErrorsT = Aws::Vector<PhoneNumberError>>
49 template <
typename PhoneNumberErrorsT = PhoneNumberError>
51 m_phoneNumberErrorsHasBeenSet =
true;
52 m_phoneNumberErrors.emplace_back(std::forward<PhoneNumberErrorsT>(value));
60 template <
typename RequestIdT = Aws::String>
62 m_requestIdHasBeenSet =
true;
63 m_requestId = std::forward<RequestIdT>(value);
65 template <
typename RequestIdT = Aws::String>
78 bool m_phoneNumberErrorsHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_CHIME_API BatchDeletePhoneNumberResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDeletePhoneNumberResult & AddPhoneNumberErrors(PhoneNumberErrorsT &&value)
const Aws::String & GetRequestId() const
BatchDeletePhoneNumberResult & WithPhoneNumberErrors(PhoneNumberErrorsT &&value)
void SetRequestId(RequestIdT &&value)
BatchDeletePhoneNumberResult & WithRequestId(RequestIdT &&value)
void SetPhoneNumberErrors(PhoneNumberErrorsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< PhoneNumberError > & GetPhoneNumberErrors() const
AWS_CHIME_API BatchDeletePhoneNumberResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CHIME_API BatchDeletePhoneNumberResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue