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>
65 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
73 bool m_communicationsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
RecentCaseCommunications & AddCommunications(Communication &&value)
void SetCommunications(Aws::Vector< Communication > &&value)
AWS_SUPPORT_API RecentCaseCommunications & operator=(Aws::Utils::Json::JsonView jsonValue)
RecentCaseCommunications & AddCommunications(const Communication &value)
void SetCommunications(const Aws::Vector< Communication > &value)
bool NextTokenHasBeenSet() const
void SetNextToken(const char *value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
RecentCaseCommunications & WithNextToken(const char *value)
bool CommunicationsHasBeenSet() const
RecentCaseCommunications & WithCommunications(Aws::Vector< Communication > &&value)
RecentCaseCommunications & WithCommunications(const Aws::Vector< Communication > &value)
AWS_SUPPORT_API RecentCaseCommunications(Aws::Utils::Json::JsonView jsonValue)
RecentCaseCommunications & WithNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
AWS_SUPPORT_API RecentCaseCommunications()
const Aws::Vector< Communication > & GetCommunications() const
RecentCaseCommunications & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue