7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticache/model/SourceType.h>
11#include <aws/core/utils/DateTime.h>
52 template<
typename SourceIdentifierT = Aws::String>
53 void SetSourceIdentifier(SourceIdentifierT&& value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier = std::forward<SourceIdentifierT>(value); }
54 template<
typename SourceIdentifierT = Aws::String>
76 template<
typename StartTimeT = Aws::Utils::DateTime>
77 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
78 template<
typename StartTimeT = Aws::Utils::DateTime>
89 template<
typename EndTimeT = Aws::Utils::DateTime>
90 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
91 template<
typename EndTimeT = Aws::Utils::DateTime>
101 inline void SetDuration(
int value) { m_durationHasBeenSet =
true; m_duration = value; }
114 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
127 template<
typename MarkerT = Aws::String>
128 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
129 template<
typename MarkerT = Aws::String>
135 bool m_sourceIdentifierHasBeenSet =
false;
138 bool m_sourceTypeHasBeenSet =
false;
141 bool m_startTimeHasBeenSet =
false;
144 bool m_endTimeHasBeenSet =
false;
147 bool m_durationHasBeenSet =
false;
150 bool m_maxRecordsHasBeenSet =
false;
153 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