7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/support/SupportRequest.h>
10#include <aws/support/Support_EXPORTS.h>
41 template <
typename CaseIdListT = Aws::Vector<Aws::String>>
43 m_caseIdListHasBeenSet =
true;
44 m_caseIdList = std::forward<CaseIdListT>(value);
46 template <
typename CaseIdListT = Aws::Vector<Aws::String>>
51 template <
typename CaseIdListT = Aws::String>
53 m_caseIdListHasBeenSet =
true;
54 m_caseIdList.emplace_back(std::forward<CaseIdListT>(value));
66 template <
typename DisplayIdT = Aws::String>
68 m_displayIdHasBeenSet =
true;
69 m_displayId = std::forward<DisplayIdT>(value);
71 template <
typename DisplayIdT = Aws::String>
85 template <
typename AfterTimeT = Aws::String>
87 m_afterTimeHasBeenSet =
true;
88 m_afterTime = std::forward<AfterTimeT>(value);
90 template <
typename AfterTimeT = Aws::String>
104 template <
typename BeforeTimeT = Aws::String>
106 m_beforeTimeHasBeenSet =
true;
107 m_beforeTime = std::forward<BeforeTimeT>(value);
109 template <
typename BeforeTimeT = Aws::String>
125 m_includeResolvedCasesHasBeenSet =
true;
126 m_includeResolvedCases = value;
140 template <
typename NextTokenT = Aws::String>
142 m_nextTokenHasBeenSet =
true;
143 m_nextToken = std::forward<NextTokenT>(value);
145 template <
typename NextTokenT = Aws::String>
159 m_maxResultsHasBeenSet =
true;
160 m_maxResults = value;
178 template <
typename LanguageT = Aws::String>
180 m_languageHasBeenSet =
true;
181 m_language = std::forward<LanguageT>(value);
183 template <
typename LanguageT = Aws::String>
198 m_includeCommunicationsHasBeenSet =
true;
199 m_includeCommunications = value;
217 m_dryRunHasBeenSet =
true;
234 bool m_includeResolvedCases{
false};
242 bool m_includeCommunications{
false};
244 bool m_dryRun{
false};
245 bool m_caseIdListHasBeenSet =
false;
246 bool m_displayIdHasBeenSet =
false;
247 bool m_afterTimeHasBeenSet =
false;
248 bool m_beforeTimeHasBeenSet =
false;
249 bool m_includeResolvedCasesHasBeenSet =
false;
250 bool m_nextTokenHasBeenSet =
false;
251 bool m_maxResultsHasBeenSet =
false;
252 bool m_languageHasBeenSet =
false;
253 bool m_includeCommunicationsHasBeenSet =
false;
254 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool IncludeResolvedCasesHasBeenSet() const
bool BeforeTimeHasBeenSet() const
DescribeCasesRequest & WithLanguage(LanguageT &&value)
bool DisplayIdHasBeenSet() const
DescribeCasesRequest & WithIncludeResolvedCases(bool value)
DescribeCasesRequest & WithIncludeCommunications(bool value)
void SetLanguage(LanguageT &&value)
void SetDisplayId(DisplayIdT &&value)
DescribeCasesRequest & WithBeforeTime(BeforeTimeT &&value)
const Aws::String & GetDisplayId() const
DescribeCasesRequest & WithDryRun(bool value)
DescribeCasesRequest & WithAfterTime(AfterTimeT &&value)
DescribeCasesRequest & WithNextToken(NextTokenT &&value)
bool DryRunHasBeenSet() const
bool GetIncludeResolvedCases() const
DescribeCasesRequest & WithCaseIdList(CaseIdListT &&value)
void SetNextToken(NextTokenT &&value)
bool LanguageHasBeenSet() const
const Aws::Vector< Aws::String > & GetCaseIdList() const
virtual const char * GetServiceRequestName() const override
void SetCaseIdList(CaseIdListT &&value)
bool GetIncludeCommunications() const
AWS_SUPPORT_API Aws::String SerializePayload() const override
void SetBeforeTime(BeforeTimeT &&value)
DescribeCasesRequest & WithDisplayId(DisplayIdT &&value)
void SetDryRun(bool value)
void SetIncludeResolvedCases(bool value)
void SetAfterTime(AfterTimeT &&value)
bool AfterTimeHasBeenSet() const
bool CaseIdListHasBeenSet() const
int GetMaxResults() const
const Aws::String & GetAfterTime() const
bool MaxResultsHasBeenSet() const
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
void SetIncludeCommunications(bool value)
DescribeCasesRequest & AddCaseIdList(CaseIdListT &&value)
bool IncludeCommunicationsHasBeenSet() const
AWS_SUPPORT_API DescribeCasesRequest()=default
bool NextTokenHasBeenSet() const
DescribeCasesRequest & WithMaxResults(int value)
const Aws::String & GetBeforeTime() const
const Aws::String & GetLanguage() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector