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>
49 template<
typename ReplicationGroupIdT = Aws::String>
50 void SetReplicationGroupId(ReplicationGroupIdT&& value) { m_replicationGroupIdHasBeenSet =
true; m_replicationGroupId = std::forward<ReplicationGroupIdT>(value); }
51 template<
typename ReplicationGroupIdT = Aws::String>
61 template<
typename CacheClusterIdT = Aws::String>
62 void SetCacheClusterId(CacheClusterIdT&& value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId = std::forward<CacheClusterIdT>(value); }
63 template<
typename CacheClusterIdT = Aws::String>
73 template<
typename ServiceUpdateNameT = Aws::String>
74 void SetServiceUpdateName(ServiceUpdateNameT&& value) { m_serviceUpdateNameHasBeenSet =
true; m_serviceUpdateName = std::forward<ServiceUpdateNameT>(value); }
75 template<
typename ServiceUpdateNameT = Aws::String>
85 template<
typename ErrorTypeT = Aws::String>
86 void SetErrorType(ErrorTypeT&& value) { m_errorTypeHasBeenSet =
true; m_errorType = std::forward<ErrorTypeT>(value); }
87 template<
typename ErrorTypeT = Aws::String>
97 template<
typename ErrorMessageT = Aws::String>
98 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
99 template<
typename ErrorMessageT = Aws::String>
105 bool m_replicationGroupIdHasBeenSet =
false;
108 bool m_cacheClusterIdHasBeenSet =
false;
111 bool m_serviceUpdateNameHasBeenSet =
false;
114 bool m_errorTypeHasBeenSet =
false;
117 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