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>
63 inline void SetDisplayId(
const char* value) { m_displayIdHasBeenSet =
true; m_displayId.assign(value); }
78 inline void SetAfterTime(
const char* value) { m_afterTimeHasBeenSet =
true; m_afterTime.assign(value); }
93 inline void SetBeforeTime(
const char* value) { m_beforeTimeHasBeenSet =
true; m_beforeTime.assign(value); }
119 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
131 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
146 inline void SetLanguage(
const char* value) { m_languageHasBeenSet =
true; m_language.assign(value); }
165 bool m_caseIdListHasBeenSet =
false;
168 bool m_displayIdHasBeenSet =
false;
171 bool m_afterTimeHasBeenSet =
false;
174 bool m_beforeTimeHasBeenSet =
false;
176 bool m_includeResolvedCases;
177 bool m_includeResolvedCasesHasBeenSet =
false;
180 bool m_nextTokenHasBeenSet =
false;
183 bool m_maxResultsHasBeenSet =
false;
186 bool m_languageHasBeenSet =
false;
188 bool m_includeCommunications;
189 bool m_includeCommunicationsHasBeenSet =
false;
DescribeCasesRequest & WithCaseIdList(Aws::Vector< Aws::String > &&value)
DescribeCasesRequest & WithDisplayId(Aws::String &&value)
DescribeCasesRequest & WithCaseIdList(const Aws::Vector< Aws::String > &value)
const Aws::String & GetNextToken() const
bool IncludeResolvedCasesHasBeenSet() const
bool BeforeTimeHasBeenSet() const
bool DisplayIdHasBeenSet() const
DescribeCasesRequest & WithIncludeResolvedCases(bool value)
void SetDisplayId(const Aws::String &value)
DescribeCasesRequest & WithIncludeCommunications(bool value)
void SetNextToken(Aws::String &&value)
void SetDisplayId(const char *value)
const Aws::String & GetDisplayId() const
DescribeCasesRequest & WithNextToken(const char *value)
DescribeCasesRequest & WithLanguage(const char *value)
void SetLanguage(const char *value)
DescribeCasesRequest & WithLanguage(const Aws::String &value)
bool GetIncludeResolvedCases() const
void SetCaseIdList(const Aws::Vector< Aws::String > &value)
void SetNextToken(const char *value)
void SetDisplayId(Aws::String &&value)
bool LanguageHasBeenSet() const
DescribeCasesRequest & WithAfterTime(const char *value)
const Aws::Vector< Aws::String > & GetCaseIdList() const
virtual const char * GetServiceRequestName() const override
void SetLanguage(Aws::String &&value)
DescribeCasesRequest & AddCaseIdList(const Aws::String &value)
bool GetIncludeCommunications() const
AWS_SUPPORT_API Aws::String SerializePayload() const override
DescribeCasesRequest & WithAfterTime(Aws::String &&value)
void SetIncludeResolvedCases(bool value)
void SetAfterTime(const Aws::String &value)
DescribeCasesRequest & AddCaseIdList(Aws::String &&value)
DescribeCasesRequest & WithAfterTime(const Aws::String &value)
DescribeCasesRequest & WithBeforeTime(const char *value)
bool AfterTimeHasBeenSet() const
void SetAfterTime(Aws::String &&value)
void SetBeforeTime(const Aws::String &value)
void SetCaseIdList(Aws::Vector< Aws::String > &&value)
bool CaseIdListHasBeenSet() const
void SetBeforeTime(const char *value)
int GetMaxResults() const
DescribeCasesRequest & WithDisplayId(const Aws::String &value)
const Aws::String & GetAfterTime() const
void SetNextToken(const Aws::String &value)
bool MaxResultsHasBeenSet() const
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SUPPORT_API DescribeCasesRequest()
void SetMaxResults(int value)
DescribeCasesRequest & WithLanguage(Aws::String &&value)
DescribeCasesRequest & WithBeforeTime(Aws::String &&value)
DescribeCasesRequest & WithNextToken(Aws::String &&value)
void SetIncludeCommunications(bool value)
void SetBeforeTime(Aws::String &&value)
DescribeCasesRequest & WithDisplayId(const char *value)
bool IncludeCommunicationsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetAfterTime(const char *value)
DescribeCasesRequest & WithBeforeTime(const Aws::String &value)
void SetLanguage(const Aws::String &value)
DescribeCasesRequest & WithMaxResults(int value)
const Aws::String & GetBeforeTime() const
DescribeCasesRequest & AddCaseIdList(const char *value)
const Aws::String & GetLanguage() const
DescribeCasesRequest & WithNextToken(const Aws::String &value)
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