7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
10#include <aws/elasticache/model/UpdateActionStatus.h>
20namespace ElastiCache {
44 template <
typename ReplicationGroupIdT = Aws::String>
46 m_replicationGroupIdHasBeenSet =
true;
47 m_replicationGroupId = std::forward<ReplicationGroupIdT>(value);
49 template <
typename ReplicationGroupIdT = Aws::String>
62 template <
typename CacheClusterIdT = Aws::String>
64 m_cacheClusterIdHasBeenSet =
true;
65 m_cacheClusterId = std::forward<CacheClusterIdT>(value);
67 template <
typename CacheClusterIdT = Aws::String>
80 template <
typename ServiceUpdateNameT = Aws::String>
82 m_serviceUpdateNameHasBeenSet =
true;
83 m_serviceUpdateName = std::forward<ServiceUpdateNameT>(value);
85 template <
typename ServiceUpdateNameT = Aws::String>
99 m_updateActionStatusHasBeenSet =
true;
100 m_updateActionStatus = value;
115 bool m_replicationGroupIdHasBeenSet =
false;
116 bool m_cacheClusterIdHasBeenSet =
false;
117 bool m_serviceUpdateNameHasBeenSet =
false;
118 bool m_updateActionStatusHasBeenSet =
false;
ProcessedUpdateAction & WithServiceUpdateName(ServiceUpdateNameT &&value)
ProcessedUpdateAction & WithReplicationGroupId(ReplicationGroupIdT &&value)
AWS_ELASTICACHE_API ProcessedUpdateAction()=default
void SetCacheClusterId(CacheClusterIdT &&value)
void SetServiceUpdateName(ServiceUpdateNameT &&value)
const Aws::String & GetServiceUpdateName() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetReplicationGroupId() const
const Aws::String & GetCacheClusterId() const
bool ServiceUpdateNameHasBeenSet() const
AWS_ELASTICACHE_API ProcessedUpdateAction(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetReplicationGroupId(ReplicationGroupIdT &&value)
bool ReplicationGroupIdHasBeenSet() const
UpdateActionStatus GetUpdateActionStatus() const
bool CacheClusterIdHasBeenSet() const
ProcessedUpdateAction & WithCacheClusterId(CacheClusterIdT &&value)
bool UpdateActionStatusHasBeenSet() const
void SetUpdateActionStatus(UpdateActionStatus value)
AWS_ELASTICACHE_API ProcessedUpdateAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ProcessedUpdateAction & WithUpdateActionStatus(UpdateActionStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream