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>
52 inline void SetCacheClusterId(
const char* value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId.assign(value); }
76 bool m_cacheClusterIdHasBeenSet =
false;
79 bool m_cacheNodeIdsToRebootHasBeenSet =
false;
void SetCacheClusterId(const Aws::String &value)
RebootCacheClusterRequest & WithCacheClusterId(const Aws::String &value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
AWS_ELASTICACHE_API RebootCacheClusterRequest()
const Aws::String & GetCacheClusterId() const
RebootCacheClusterRequest & WithCacheNodeIdsToReboot(const Aws::Vector< Aws::String > &value)
bool CacheClusterIdHasBeenSet() const
void SetCacheNodeIdsToReboot(Aws::Vector< Aws::String > &&value)
RebootCacheClusterRequest & WithCacheClusterId(Aws::String &&value)
RebootCacheClusterRequest & AddCacheNodeIdsToReboot(const char *value)
RebootCacheClusterRequest & WithCacheNodeIdsToReboot(Aws::Vector< Aws::String > &&value)
bool CacheNodeIdsToRebootHasBeenSet() const
void SetCacheNodeIdsToReboot(const Aws::Vector< Aws::String > &value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetCacheClusterId(const char *value)
RebootCacheClusterRequest & WithCacheClusterId(const char *value)
void SetCacheClusterId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
RebootCacheClusterRequest & AddCacheNodeIdsToReboot(const Aws::String &value)
const Aws::Vector< Aws::String > & GetCacheNodeIdsToReboot() const
RebootCacheClusterRequest & AddCacheNodeIdsToReboot(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector