7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ReplicationGroupIdsT = Aws::Vector<Aws::String>>
47 void SetReplicationGroupIds(ReplicationGroupIdsT&& value) { m_replicationGroupIdsHasBeenSet =
true; m_replicationGroupIds = std::forward<ReplicationGroupIdsT>(value); }
48 template<
typename ReplicationGroupIdsT = Aws::Vector<Aws::String>>
50 template<
typename ReplicationGroupIdsT = Aws::String>
60 template<
typename CacheClusterIdsT = Aws::Vector<Aws::String>>
61 void SetCacheClusterIds(CacheClusterIdsT&& value) { m_cacheClusterIdsHasBeenSet =
true; m_cacheClusterIds = std::forward<CacheClusterIdsT>(value); }
62 template<
typename CacheClusterIdsT = Aws::Vector<Aws::String>>
64 template<
typename CacheClusterIdsT = Aws::String>
74 template<
typename ServiceUpdateNameT = Aws::String>
75 void SetServiceUpdateName(ServiceUpdateNameT&& value) { m_serviceUpdateNameHasBeenSet =
true; m_serviceUpdateName = std::forward<ServiceUpdateNameT>(value); }
76 template<
typename ServiceUpdateNameT = Aws::String>
82 bool m_replicationGroupIdsHasBeenSet =
false;
85 bool m_cacheClusterIdsHasBeenSet =
false;
88 bool m_serviceUpdateNameHasBeenSet =
false;
bool CacheClusterIdsHasBeenSet() const
BatchApplyUpdateActionRequest & AddCacheClusterIds(CacheClusterIdsT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetServiceUpdateName(ServiceUpdateNameT &&value)
BatchApplyUpdateActionRequest & WithServiceUpdateName(ServiceUpdateNameT &&value)
void SetCacheClusterIds(CacheClusterIdsT &&value)
const Aws::Vector< Aws::String > & GetReplicationGroupIds() const
virtual const char * GetServiceRequestName() const override
BatchApplyUpdateActionRequest & WithReplicationGroupIds(ReplicationGroupIdsT &&value)
bool ServiceUpdateNameHasBeenSet() const
AWS_ELASTICACHE_API BatchApplyUpdateActionRequest()=default
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetCacheClusterIds() const
bool ReplicationGroupIdsHasBeenSet() const
const Aws::String & GetServiceUpdateName() const
BatchApplyUpdateActionRequest & WithCacheClusterIds(CacheClusterIdsT &&value)
void SetReplicationGroupIds(ReplicationGroupIdsT &&value)
BatchApplyUpdateActionRequest & AddReplicationGroupIds(ReplicationGroupIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector