7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/ElastiCacheRequest.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/SourceType.h>
16namespace ElastiCache {
48 template <
typename SourceIdentifierT = Aws::String>
50 m_sourceIdentifierHasBeenSet =
true;
51 m_sourceIdentifier = std::forward<SourceIdentifierT>(value);
53 template <
typename SourceIdentifierT = Aws::String>
68 m_sourceTypeHasBeenSet =
true;
84 template <
typename StartTimeT = Aws::Utils::DateTime>
86 m_startTimeHasBeenSet =
true;
87 m_startTime = std::forward<StartTimeT>(value);
89 template <
typename StartTimeT = Aws::Utils::DateTime>
103 template <
typename EndTimeT = Aws::Utils::DateTime>
105 m_endTimeHasBeenSet =
true;
106 m_endTime = std::forward<EndTimeT>(value);
108 template <
typename EndTimeT = Aws::Utils::DateTime>
122 m_durationHasBeenSet =
true;
141 m_maxRecordsHasBeenSet =
true;
142 m_maxRecords = value;
159 template <
typename MarkerT = Aws::String>
161 m_markerHasBeenSet =
true;
162 m_marker = std::forward<MarkerT>(value);
164 template <
typename MarkerT = Aws::String>
184 bool m_sourceIdentifierHasBeenSet =
false;
185 bool m_sourceTypeHasBeenSet =
false;
186 bool m_startTimeHasBeenSet =
false;
187 bool m_endTimeHasBeenSet =
false;
188 bool m_durationHasBeenSet =
false;
189 bool m_maxRecordsHasBeenSet =
false;
190 bool m_markerHasBeenSet =
false;
void SetDuration(int value)
DescribeEventsRequest & WithSourceType(SourceType value)
DescribeEventsRequest & WithEndTime(EndTimeT &&value)
const Aws::String & GetMarker() const
bool DurationHasBeenSet() const
bool SourceIdentifierHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
void SetSourceIdentifier(SourceIdentifierT &&value)
DescribeEventsRequest & WithSourceIdentifier(SourceIdentifierT &&value)
void SetMarker(MarkerT &&value)
DescribeEventsRequest & WithDuration(int value)
DescribeEventsRequest & WithMarker(MarkerT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool MaxRecordsHasBeenSet() const
const Aws::String & GetSourceIdentifier() const
SourceType GetSourceType() const
AWS_ELASTICACHE_API DescribeEventsRequest()=default
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
DescribeEventsRequest & WithStartTime(StartTimeT &&value)
DescribeEventsRequest & WithMaxRecords(int value)
bool MarkerHasBeenSet() const
bool EndTimeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSourceType(SourceType value)
void SetMaxRecords(int value)
int GetMaxRecords() const
bool SourceTypeHasBeenSet() const
void SetStartTime(StartTimeT &&value)
bool StartTimeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
void SetEndTime(EndTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String