7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ReplicationGroupIdT = Aws::String>
52 void SetReplicationGroupId(ReplicationGroupIdT&& value) { m_replicationGroupIdHasBeenSet =
true; m_replicationGroupId = std::forward<ReplicationGroupIdT>(value); }
53 template<
typename ReplicationGroupIdT = Aws::String>
64 template<
typename CacheClusterIdT = Aws::String>
65 void SetCacheClusterId(CacheClusterIdT&& value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId = std::forward<CacheClusterIdT>(value); }
66 template<
typename CacheClusterIdT = Aws::String>
77 template<
typename SnapshotNameT = Aws::String>
78 void SetSnapshotName(SnapshotNameT&& value) { m_snapshotNameHasBeenSet =
true; m_snapshotName = std::forward<SnapshotNameT>(value); }
79 template<
typename SnapshotNameT = Aws::String>
92 template<
typename SnapshotSourceT = Aws::String>
93 void SetSnapshotSource(SnapshotSourceT&& value) { m_snapshotSourceHasBeenSet =
true; m_snapshotSource = std::forward<SnapshotSourceT>(value); }
94 template<
typename SnapshotSourceT = Aws::String>
107 template<
typename MarkerT = Aws::String>
108 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
109 template<
typename MarkerT = Aws::String>
122 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
133 inline void SetShowNodeGroupConfig(
bool value) { m_showNodeGroupConfigHasBeenSet =
true; m_showNodeGroupConfig = value; }
139 bool m_replicationGroupIdHasBeenSet =
false;
142 bool m_cacheClusterIdHasBeenSet =
false;
145 bool m_snapshotNameHasBeenSet =
false;
148 bool m_snapshotSourceHasBeenSet =
false;
151 bool m_markerHasBeenSet =
false;
154 bool m_maxRecordsHasBeenSet =
false;
156 bool m_showNodeGroupConfig{
false};
157 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