7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticache/model/UpdateActionStatus.h>
50 template<
typename ReplicationGroupIdT = Aws::String>
51 void SetReplicationGroupId(ReplicationGroupIdT&& value) { m_replicationGroupIdHasBeenSet =
true; m_replicationGroupId = std::forward<ReplicationGroupIdT>(value); }
52 template<
typename ReplicationGroupIdT = Aws::String>
62 template<
typename CacheClusterIdT = Aws::String>
63 void SetCacheClusterId(CacheClusterIdT&& value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId = std::forward<CacheClusterIdT>(value); }
64 template<
typename CacheClusterIdT = 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>
92 bool m_replicationGroupIdHasBeenSet =
false;
95 bool m_cacheClusterIdHasBeenSet =
false;
98 bool m_serviceUpdateNameHasBeenSet =
false;
101 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