7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/support/Support_EXPORTS.h>
11#include <aws/support/model/Communication.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename CommunicationsT = Aws::Vector<Communication>>
45 m_communicationsHasBeenSet =
true;
46 m_communications = std::forward<CommunicationsT>(value);
48 template <
typename CommunicationsT = Aws::Vector<Communication>>
53 template <
typename CommunicationsT = Communication>
55 m_communicationsHasBeenSet =
true;
56 m_communications.emplace_back(std::forward<CommunicationsT>(value));
66 template <
typename NextTokenT = Aws::String>
68 m_nextTokenHasBeenSet =
true;
69 m_nextToken = std::forward<NextTokenT>(value);
71 template <
typename NextTokenT = Aws::String>
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_communicationsHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_SUPPORT_API DescribeCommunicationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCommunicationsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< Communication > & GetCommunications() const
const Aws::String & GetNextToken() const
void SetCommunications(CommunicationsT &&value)
DescribeCommunicationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeCommunicationsResult & WithCommunications(CommunicationsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SUPPORT_API DescribeCommunicationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCommunicationsResult & AddCommunications(CommunicationsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SUPPORT_API DescribeCommunicationsResult()=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