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>
49 template<
typename CommunicationsT = Aws::Vector<Communication>>
50 void SetCommunications(CommunicationsT&& value) { m_communicationsHasBeenSet =
true; m_communications = std::forward<CommunicationsT>(value); }
51 template<
typename CommunicationsT = Aws::Vector<Communication>>
53 template<
typename CommunicationsT = Communication>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
71 bool m_communicationsHasBeenSet =
false;
74 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