7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/support/SupportRequest.h>
9#include <aws/support/Support_EXPORTS.h>
41 template <
typename CaseIdT = Aws::String>
43 m_caseIdHasBeenSet =
true;
44 m_caseId = std::forward<CaseIdT>(value);
46 template <
typename CaseIdT = Aws::String>
60 template <
typename BeforeTimeT = Aws::String>
62 m_beforeTimeHasBeenSet =
true;
63 m_beforeTime = std::forward<BeforeTimeT>(value);
65 template <
typename BeforeTimeT = Aws::String>
79 template <
typename AfterTimeT = Aws::String>
81 m_afterTimeHasBeenSet =
true;
82 m_afterTime = std::forward<AfterTimeT>(value);
84 template <
typename AfterTimeT = Aws::String>
97 template <
typename NextTokenT = Aws::String>
99 m_nextTokenHasBeenSet =
true;
100 m_nextToken = std::forward<NextTokenT>(value);
102 template <
typename NextTokenT = Aws::String>
116 m_maxResultsHasBeenSet =
true;
117 m_maxResults = value;
134 bool m_caseIdHasBeenSet =
false;
135 bool m_beforeTimeHasBeenSet =
false;
136 bool m_afterTimeHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetBeforeTime() const
void SetCaseId(CaseIdT &&value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool AfterTimeHasBeenSet() const
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeCommunicationsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeCommunicationsRequest & WithAfterTime(AfterTimeT &&value)
const Aws::String & GetAfterTime() const
bool BeforeTimeHasBeenSet() const
DescribeCommunicationsRequest & WithCaseId(CaseIdT &&value)
AWS_SUPPORT_API Aws::String SerializePayload() const override
void SetAfterTime(AfterTimeT &&value)
bool CaseIdHasBeenSet() const
AWS_SUPPORT_API DescribeCommunicationsRequest()=default
int GetMaxResults() const
const Aws::String & GetNextToken() const
const Aws::String & GetCaseId() const
DescribeCommunicationsRequest & WithBeforeTime(BeforeTimeT &&value)
DescribeCommunicationsRequest & WithMaxResults(int value)
void SetBeforeTime(BeforeTimeT &&value)
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String