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>
50 template<
typename CacheClusterIdT = Aws::String>
51 void SetCacheClusterId(CacheClusterIdT&& value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId = std::forward<CacheClusterIdT>(value); }
52 template<
typename CacheClusterIdT = Aws::String>
63 template<
typename CacheNodeIdsToRebootT = Aws::Vector<Aws::String>>
64 void SetCacheNodeIdsToReboot(CacheNodeIdsToRebootT&& value) { m_cacheNodeIdsToRebootHasBeenSet =
true; m_cacheNodeIdsToReboot = std::forward<CacheNodeIdsToRebootT>(value); }
65 template<
typename CacheNodeIdsToRebootT = Aws::Vector<Aws::String>>
67 template<
typename CacheNodeIdsToRebootT = Aws::String>
73 bool m_cacheClusterIdHasBeenSet =
false;
76 bool m_cacheNodeIdsToRebootHasBeenSet =
false;
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
void SetCacheNodeIdsToReboot(CacheNodeIdsToRebootT &&value)
const Aws::String & GetCacheClusterId() const
bool CacheClusterIdHasBeenSet() const
RebootCacheClusterRequest & AddCacheNodeIdsToReboot(CacheNodeIdsToRebootT &&value)
AWS_ELASTICACHE_API RebootCacheClusterRequest()=default
RebootCacheClusterRequest & WithCacheClusterId(CacheClusterIdT &&value)
RebootCacheClusterRequest & WithCacheNodeIdsToReboot(CacheNodeIdsToRebootT &&value)
void SetCacheClusterId(CacheClusterIdT &&value)
bool CacheNodeIdsToRebootHasBeenSet() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetCacheNodeIdsToReboot() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector