7#include <aws/support/Support_EXPORTS.h>
8#include <aws/support/SupportRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename CaseIdListT = Aws::Vector<Aws::String>>
46 void SetCaseIdList(CaseIdListT&& value) { m_caseIdListHasBeenSet =
true; m_caseIdList = std::forward<CaseIdListT>(value); }
47 template<
typename CaseIdListT = Aws::Vector<Aws::String>>
49 template<
typename CaseIdListT = Aws::String>
60 template<
typename DisplayIdT = Aws::String>
61 void SetDisplayId(DisplayIdT&& value) { m_displayIdHasBeenSet =
true; m_displayId = std::forward<DisplayIdT>(value); }
62 template<
typename DisplayIdT = Aws::String>
73 template<
typename AfterTimeT = Aws::String>
74 void SetAfterTime(AfterTimeT&& value) { m_afterTimeHasBeenSet =
true; m_afterTime = std::forward<AfterTimeT>(value); }
75 template<
typename AfterTimeT = Aws::String>
86 template<
typename BeforeTimeT = Aws::String>
87 void SetBeforeTime(BeforeTimeT&& value) { m_beforeTimeHasBeenSet =
true; m_beforeTime = std::forward<BeforeTimeT>(value); }
88 template<
typename BeforeTimeT = Aws::String>
110 template<
typename NextTokenT = Aws::String>
111 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
112 template<
typename NextTokenT = Aws::String>
122 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
135 template<
typename LanguageT = Aws::String>
136 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
137 template<
typename LanguageT = Aws::String>
154 bool m_caseIdListHasBeenSet =
false;
157 bool m_displayIdHasBeenSet =
false;
160 bool m_afterTimeHasBeenSet =
false;
163 bool m_beforeTimeHasBeenSet =
false;
165 bool m_includeResolvedCases{
false};
166 bool m_includeResolvedCasesHasBeenSet =
false;
169 bool m_nextTokenHasBeenSet =
false;
172 bool m_maxResultsHasBeenSet =
false;
175 bool m_languageHasBeenSet =
false;
177 bool m_includeCommunications{
false};
178 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