7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/support/model/Communication.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename CommunicationsT = Aws::Vector<Communication>>
49 void SetCommunications(CommunicationsT&& value) { m_communicationsHasBeenSet =
true; m_communications = std::forward<CommunicationsT>(value); }
50 template<
typename CommunicationsT = Aws::Vector<Communication>>
52 template<
typename CommunicationsT = Communication>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_communicationsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 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