7#include <aws/support/Support_EXPORTS.h>
8#include <aws/support/SupportRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetCaseId(
const char* value) { m_caseIdHasBeenSet =
true; m_caseId.assign(value); }
62 inline void SetBeforeTime(
const char* value) { m_beforeTimeHasBeenSet =
true; m_beforeTime.assign(value); }
77 inline void SetAfterTime(
const char* value) { m_afterTimeHasBeenSet =
true; m_afterTime.assign(value); }
91 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
103 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
109 bool m_caseIdHasBeenSet =
false;
112 bool m_beforeTimeHasBeenSet =
false;
115 bool m_afterTimeHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetBeforeTime() const
DescribeCommunicationsRequest & WithAfterTime(const char *value)
void SetAfterTime(Aws::String &&value)
DescribeCommunicationsRequest & WithCaseId(const Aws::String &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(const Aws::String &value)
void SetBeforeTime(const Aws::String &value)
void SetCaseId(Aws::String &&value)
void SetBeforeTime(Aws::String &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeCommunicationsRequest & WithCaseId(const char *value)
const Aws::String & GetAfterTime() const
bool BeforeTimeHasBeenSet() const
AWS_SUPPORT_API Aws::String SerializePayload() const override
bool CaseIdHasBeenSet() const
void SetCaseId(const char *value)
DescribeCommunicationsRequest & WithNextToken(Aws::String &&value)
AWS_SUPPORT_API DescribeCommunicationsRequest()
int GetMaxResults() const
DescribeCommunicationsRequest & WithBeforeTime(Aws::String &&value)
void SetAfterTime(const Aws::String &value)
void SetCaseId(const Aws::String &value)
const Aws::String & GetNextToken() const
DescribeCommunicationsRequest & WithBeforeTime(const char *value)
DescribeCommunicationsRequest & WithAfterTime(Aws::String &&value)
DescribeCommunicationsRequest & WithNextToken(const char *value)
DescribeCommunicationsRequest & WithBeforeTime(const Aws::String &value)
const Aws::String & GetCaseId() const
DescribeCommunicationsRequest & WithCaseId(Aws::String &&value)
DescribeCommunicationsRequest & WithMaxResults(int value)
DescribeCommunicationsRequest & WithAfterTime(const Aws::String &value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
void SetAfterTime(const char *value)
void SetNextToken(const char *value)
void SetBeforeTime(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String