7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCacheRequest.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/ServiceUpdateStatus.h>
16namespace ElastiCache {
43 template <
typename ServiceUpdateNameT = Aws::String>
45 m_serviceUpdateNameHasBeenSet =
true;
46 m_serviceUpdateName = std::forward<ServiceUpdateNameT>(value);
48 template <
typename ServiceUpdateNameT = Aws::String>
61 template <
typename ServiceUpdateStatusT = Aws::Vector<ServiceUpdateStatus>>
63 m_serviceUpdateStatusHasBeenSet =
true;
64 m_serviceUpdateStatus = std::forward<ServiceUpdateStatusT>(value);
66 template <
typename ServiceUpdateStatusT = Aws::Vector<ServiceUpdateStatus>>
72 m_serviceUpdateStatusHasBeenSet =
true;
73 m_serviceUpdateStatus.push_back(value);
85 m_maxRecordsHasBeenSet =
true;
103 template <
typename MarkerT = Aws::String>
105 m_markerHasBeenSet =
true;
106 m_marker = std::forward<MarkerT>(value);
108 template <
typename MarkerT = Aws::String>
122 bool m_serviceUpdateNameHasBeenSet =
false;
123 bool m_serviceUpdateStatusHasBeenSet =
false;
124 bool m_maxRecordsHasBeenSet =
false;
125 bool m_markerHasBeenSet =
false;
bool MarkerHasBeenSet() const
const Aws::String & GetServiceUpdateName() const
void SetMarker(MarkerT &&value)
void SetMaxRecords(int value)
DescribeServiceUpdatesRequest & WithMaxRecords(int value)
DescribeServiceUpdatesRequest & WithMarker(MarkerT &&value)
bool MaxRecordsHasBeenSet() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeServiceUpdatesRequest & AddServiceUpdateStatus(ServiceUpdateStatus value)
DescribeServiceUpdatesRequest & WithServiceUpdateStatus(ServiceUpdateStatusT &&value)
AWS_ELASTICACHE_API DescribeServiceUpdatesRequest()=default
virtual const char * GetServiceRequestName() const override
bool ServiceUpdateNameHasBeenSet() const
int GetMaxRecords() const
const Aws::Vector< ServiceUpdateStatus > & GetServiceUpdateStatus() const
bool ServiceUpdateStatusHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
const Aws::String & GetMarker() const
void SetServiceUpdateName(ServiceUpdateNameT &&value)
void SetServiceUpdateStatus(ServiceUpdateStatusT &&value)
DescribeServiceUpdatesRequest & WithServiceUpdateName(ServiceUpdateNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector