7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.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>
64 template<
typename FinalSnapshotIdentifierT = Aws::String>
65 void SetFinalSnapshotIdentifier(FinalSnapshotIdentifierT&& value) { m_finalSnapshotIdentifierHasBeenSet =
true; m_finalSnapshotIdentifier = std::forward<FinalSnapshotIdentifierT>(value); }
66 template<
typename FinalSnapshotIdentifierT = Aws::String>
72 bool m_cacheClusterIdHasBeenSet =
false;
75 bool m_finalSnapshotIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetCacheClusterId() const
bool CacheClusterIdHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
DeleteCacheClusterRequest & WithCacheClusterId(CacheClusterIdT &&value)
bool FinalSnapshotIdentifierHasBeenSet() const
void SetFinalSnapshotIdentifier(FinalSnapshotIdentifierT &&value)
DeleteCacheClusterRequest & WithFinalSnapshotIdentifier(FinalSnapshotIdentifierT &&value)
AWS_ELASTICACHE_API DeleteCacheClusterRequest()=default
const Aws::String & GetFinalSnapshotIdentifier() const
void SetCacheClusterId(CacheClusterIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String