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>
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));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 bool m_communicationsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
AWS_SUPPORT_API RecentCaseCommunications & operator=(Aws::Utils::Json::JsonView jsonValue)
RecentCaseCommunications & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetCommunications(CommunicationsT &&value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
bool CommunicationsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_SUPPORT_API RecentCaseCommunications()=default
RecentCaseCommunications & AddCommunications(CommunicationsT &&value)
AWS_SUPPORT_API RecentCaseCommunications(Aws::Utils::Json::JsonView jsonValue)
RecentCaseCommunications & WithCommunications(CommunicationsT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< Communication > & GetCommunications() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue