7#include <aws/support/Support_EXPORTS.h>
8#include <aws/support/SupportRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename CaseIdT = Aws::String>
46 void SetCaseId(CaseIdT&& value) { m_caseIdHasBeenSet =
true; m_caseId = std::forward<CaseIdT>(value); }
47 template<
typename CaseIdT = Aws::String>
58 template<
typename BeforeTimeT = Aws::String>
59 void SetBeforeTime(BeforeTimeT&& value) { m_beforeTimeHasBeenSet =
true; m_beforeTime = std::forward<BeforeTimeT>(value); }
60 template<
typename BeforeTimeT = Aws::String>
71 template<
typename AfterTimeT = Aws::String>
72 void SetAfterTime(AfterTimeT&& value) { m_afterTimeHasBeenSet =
true; m_afterTime = std::forward<AfterTimeT>(value); }
73 template<
typename AfterTimeT = Aws::String>
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
95 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
101 bool m_caseIdHasBeenSet =
false;
104 bool m_beforeTimeHasBeenSet =
false;
107 bool m_afterTimeHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetBeforeTime() const
void SetCaseId(CaseIdT &&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(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeCommunicationsRequest & WithAfterTime(AfterTimeT &&value)
const Aws::String & GetAfterTime() const
bool BeforeTimeHasBeenSet() const
DescribeCommunicationsRequest & WithCaseId(CaseIdT &&value)
AWS_SUPPORT_API Aws::String SerializePayload() const override
void SetAfterTime(AfterTimeT &&value)
bool CaseIdHasBeenSet() const
AWS_SUPPORT_API DescribeCommunicationsRequest()=default
int GetMaxResults() const
const Aws::String & GetNextToken() const
const Aws::String & GetCaseId() const
DescribeCommunicationsRequest & WithBeforeTime(BeforeTimeT &&value)
DescribeCommunicationsRequest & WithMaxResults(int value)
void SetBeforeTime(BeforeTimeT &&value)
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String