7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
14namespace ElastiCache {
47 template <
typename ReplicationGroupIdT = Aws::String>
49 m_replicationGroupIdHasBeenSet =
true;
50 m_replicationGroupId = std::forward<ReplicationGroupIdT>(value);
52 template <
typename ReplicationGroupIdT = Aws::String>
66 template <
typename CacheClusterIdT = Aws::String>
68 m_cacheClusterIdHasBeenSet =
true;
69 m_cacheClusterId = std::forward<CacheClusterIdT>(value);
71 template <
typename CacheClusterIdT = Aws::String>
85 template <
typename SnapshotNameT = Aws::String>
87 m_snapshotNameHasBeenSet =
true;
88 m_snapshotName = std::forward<SnapshotNameT>(value);
90 template <
typename SnapshotNameT = Aws::String>
106 template <
typename SnapshotSourceT = Aws::String>
108 m_snapshotSourceHasBeenSet =
true;
109 m_snapshotSource = std::forward<SnapshotSourceT>(value);
111 template <
typename SnapshotSourceT = Aws::String>
127 template <
typename MarkerT = Aws::String>
129 m_markerHasBeenSet =
true;
130 m_marker = std::forward<MarkerT>(value);
132 template <
typename MarkerT = Aws::String>
149 m_maxRecordsHasBeenSet =
true;
150 m_maxRecords = value;
166 m_showNodeGroupConfigHasBeenSet =
true;
167 m_showNodeGroupConfig = value;
187 bool m_showNodeGroupConfig{
false};
188 bool m_replicationGroupIdHasBeenSet =
false;
189 bool m_cacheClusterIdHasBeenSet =
false;
190 bool m_snapshotNameHasBeenSet =
false;
191 bool m_snapshotSourceHasBeenSet =
false;
192 bool m_markerHasBeenSet =
false;
193 bool m_maxRecordsHasBeenSet =
false;
194 bool m_showNodeGroupConfigHasBeenSet =
false;
bool ShowNodeGroupConfigHasBeenSet() const
DescribeSnapshotsRequest & WithReplicationGroupId(ReplicationGroupIdT &&value)
const Aws::String & GetCacheClusterId() const
void SetMarker(MarkerT &&value)
DescribeSnapshotsRequest & WithCacheClusterId(CacheClusterIdT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SnapshotNameHasBeenSet() const
bool MaxRecordsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool CacheClusterIdHasBeenSet() const
DescribeSnapshotsRequest & WithShowNodeGroupConfig(bool value)
const Aws::String & GetSnapshotSource() const
bool SnapshotSourceHasBeenSet() const
int GetMaxRecords() const
bool MarkerHasBeenSet() const
void SetReplicationGroupId(ReplicationGroupIdT &&value)
const Aws::String & GetSnapshotName() const
AWS_ELASTICACHE_API DescribeSnapshotsRequest()=default
bool ReplicationGroupIdHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
DescribeSnapshotsRequest & WithSnapshotSource(SnapshotSourceT &&value)
void SetCacheClusterId(CacheClusterIdT &&value)
void SetMaxRecords(int value)
const Aws::String & GetReplicationGroupId() const
void SetSnapshotName(SnapshotNameT &&value)
DescribeSnapshotsRequest & WithSnapshotName(SnapshotNameT &&value)
void SetShowNodeGroupConfig(bool value)
const Aws::String & GetMarker() const
DescribeSnapshotsRequest & WithMaxRecords(int value)
DescribeSnapshotsRequest & WithMarker(MarkerT &&value)
bool GetShowNodeGroupConfig() const
void SetSnapshotSource(SnapshotSourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String