7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/support/Support_EXPORTS.h>
10#include <aws/support/model/Communication.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename CommunicationsT = Aws::Vector<Communication>>
44 m_communicationsHasBeenSet =
true;
45 m_communications = std::forward<CommunicationsT>(value);
47 template <
typename CommunicationsT = Aws::Vector<Communication>>
52 template <
typename CommunicationsT = Communication>
54 m_communicationsHasBeenSet =
true;
55 m_communications.emplace_back(std::forward<CommunicationsT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_communicationsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
99 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_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