AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchUpdatePhoneNumberResult.h
1
6#pragma once
7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/chime/model/PhoneNumberError.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Chime
26{
27namespace Model
28{
30 {
31 public:
35
36
38
43 inline const Aws::Vector<PhoneNumberError>& GetPhoneNumberErrors() const{ return m_phoneNumberErrors; }
44 inline void SetPhoneNumberErrors(const Aws::Vector<PhoneNumberError>& value) { m_phoneNumberErrors = value; }
45 inline void SetPhoneNumberErrors(Aws::Vector<PhoneNumberError>&& value) { m_phoneNumberErrors = std::move(value); }
48 inline BatchUpdatePhoneNumberResult& AddPhoneNumberErrors(const PhoneNumberError& value) { m_phoneNumberErrors.push_back(value); return *this; }
49 inline BatchUpdatePhoneNumberResult& AddPhoneNumberErrors(PhoneNumberError&& value) { m_phoneNumberErrors.push_back(std::move(value)); return *this; }
51
53
54 inline const Aws::String& GetRequestId() const{ return m_requestId; }
55 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
56 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
57 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
58 inline BatchUpdatePhoneNumberResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
59 inline BatchUpdatePhoneNumberResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
60 inline BatchUpdatePhoneNumberResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
62 private:
63
64 Aws::Vector<PhoneNumberError> m_phoneNumberErrors;
65
66 Aws::String m_requestId;
67 };
68
69} // namespace Model
70} // namespace Chime
71} // namespace Aws
AWS_CHIME_API BatchUpdatePhoneNumberResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchUpdatePhoneNumberResult & WithRequestId(const Aws::String &value)
const Aws::Vector< PhoneNumberError > & GetPhoneNumberErrors() const
BatchUpdatePhoneNumberResult & WithRequestId(Aws::String &&value)
BatchUpdatePhoneNumberResult & WithRequestId(const char *value)
void SetPhoneNumberErrors(const Aws::Vector< PhoneNumberError > &value)
AWS_CHIME_API BatchUpdatePhoneNumberResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchUpdatePhoneNumberResult & AddPhoneNumberErrors(const PhoneNumberError &value)
void SetPhoneNumberErrors(Aws::Vector< PhoneNumberError > &&value)
BatchUpdatePhoneNumberResult & WithPhoneNumberErrors(Aws::Vector< PhoneNumberError > &&value)
BatchUpdatePhoneNumberResult & AddPhoneNumberErrors(PhoneNumberError &&value)
BatchUpdatePhoneNumberResult & WithPhoneNumberErrors(const Aws::Vector< PhoneNumberError > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue