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/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/ServiceUpdateStatus.h>
47 template<
typename ServiceUpdateNameT = Aws::String>
48 void SetServiceUpdateName(ServiceUpdateNameT&& value) { m_serviceUpdateNameHasBeenSet =
true; m_serviceUpdateName = std::forward<ServiceUpdateNameT>(value); }
49 template<
typename ServiceUpdateNameT = Aws::String>
59 template<
typename ServiceUpdateStatusT = Aws::Vector<ServiceUpdateStatus>>
60 void SetServiceUpdateStatus(ServiceUpdateStatusT&& value) { m_serviceUpdateStatusHasBeenSet =
true; m_serviceUpdateStatus = std::forward<ServiceUpdateStatusT>(value); }
61 template<
typename ServiceUpdateStatusT = Aws::Vector<ServiceUpdateStatus>>
72 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
85 template<
typename MarkerT = Aws::String>
86 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
87 template<
typename MarkerT = Aws::String>
93 bool m_serviceUpdateNameHasBeenSet =
false;
96 bool m_serviceUpdateStatusHasBeenSet =
false;
99 bool m_maxRecordsHasBeenSet =
false;
102 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