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>
19namespace ElastiCache {
43 template <
typename ReplicationGroupIdT = Aws::String>
45 m_replicationGroupIdHasBeenSet =
true;
46 m_replicationGroupId = std::forward<ReplicationGroupIdT>(value);
48 template <
typename ReplicationGroupIdT = Aws::String>
61 template <
typename CacheClusterIdT = Aws::String>
63 m_cacheClusterIdHasBeenSet =
true;
64 m_cacheClusterId = std::forward<CacheClusterIdT>(value);
66 template <
typename CacheClusterIdT = Aws::String>
79 template <
typename ServiceUpdateNameT = Aws::String>
81 m_serviceUpdateNameHasBeenSet =
true;
82 m_serviceUpdateName = std::forward<ServiceUpdateNameT>(value);
84 template <
typename ServiceUpdateNameT = Aws::String>
97 template <
typename ErrorTypeT = Aws::String>
99 m_errorTypeHasBeenSet =
true;
100 m_errorType = std::forward<ErrorTypeT>(value);
102 template <
typename ErrorTypeT = Aws::String>
115 template <
typename ErrorMessageT = Aws::String>
117 m_errorMessageHasBeenSet =
true;
118 m_errorMessage = std::forward<ErrorMessageT>(value);
120 template <
typename ErrorMessageT = Aws::String>
136 bool m_replicationGroupIdHasBeenSet =
false;
137 bool m_cacheClusterIdHasBeenSet =
false;
138 bool m_serviceUpdateNameHasBeenSet =
false;
139 bool m_errorTypeHasBeenSet =
false;
140 bool m_errorMessageHasBeenSet =
false;
bool ErrorTypeHasBeenSet() const
const Aws::String & GetServiceUpdateName() const
void SetErrorType(ErrorTypeT &&value)
AWS_ELASTICACHE_API UnprocessedUpdateAction()=default
bool ReplicationGroupIdHasBeenSet() const
UnprocessedUpdateAction & WithErrorMessage(ErrorMessageT &&value)
UnprocessedUpdateAction & WithCacheClusterId(CacheClusterIdT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetErrorMessage() const
UnprocessedUpdateAction & WithReplicationGroupId(ReplicationGroupIdT &&value)
AWS_ELASTICACHE_API UnprocessedUpdateAction(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCacheClusterId(CacheClusterIdT &&value)
const Aws::String & GetReplicationGroupId() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool CacheClusterIdHasBeenSet() const
const Aws::String & GetErrorType() const
UnprocessedUpdateAction & WithErrorType(ErrorTypeT &&value)
void SetReplicationGroupId(ReplicationGroupIdT &&value)
AWS_ELASTICACHE_API UnprocessedUpdateAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetServiceUpdateName(ServiceUpdateNameT &&value)
UnprocessedUpdateAction & WithServiceUpdateName(ServiceUpdateNameT &&value)
bool ServiceUpdateNameHasBeenSet() const
const Aws::String & GetCacheClusterId() const
bool ErrorMessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream