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;
177 template <
typename LanguageT = Aws::String>
179 m_languageHasBeenSet =
true;
180 m_language = std::forward<LanguageT>(value);
182 template <
typename LanguageT = Aws::String>
197 m_includeCommunicationsHasBeenSet =
true;
198 m_includeCommunications = value;
214 bool m_includeResolvedCases{
false};
222 bool m_includeCommunications{
false};
223 bool m_caseIdListHasBeenSet =
false;
224 bool m_displayIdHasBeenSet =
false;
225 bool m_afterTimeHasBeenSet =
false;
226 bool m_beforeTimeHasBeenSet =
false;
227 bool m_includeResolvedCasesHasBeenSet =
false;
228 bool m_nextTokenHasBeenSet =
false;
229 bool m_maxResultsHasBeenSet =
false;
230 bool m_languageHasBeenSet =
false;
231 bool m_includeCommunicationsHasBeenSet =
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 & WithAfterTime(AfterTimeT &&value)
DescribeCasesRequest & WithNextToken(NextTokenT &&value)
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 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