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>
51 inline void SetReplicationGroupId(
const char* value) { m_replicationGroupIdHasBeenSet =
true; m_replicationGroupId.assign(value); }
65 inline void SetCacheClusterId(
const char* value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId.assign(value); }
79 inline void SetServiceUpdateName(
const char* value) { m_serviceUpdateNameHasBeenSet =
true; m_serviceUpdateName.assign(value); }
93 inline void SetErrorType(
const char* value) { m_errorTypeHasBeenSet =
true; m_errorType.assign(value); }
107 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
115 bool m_replicationGroupIdHasBeenSet =
false;
118 bool m_cacheClusterIdHasBeenSet =
false;
121 bool m_serviceUpdateNameHasBeenSet =
false;
124 bool m_errorTypeHasBeenSet =
false;
127 bool m_errorMessageHasBeenSet =
false;
bool ErrorTypeHasBeenSet() const
const Aws::String & GetServiceUpdateName() const
UnprocessedUpdateAction & WithReplicationGroupId(Aws::String &&value)
void SetErrorMessage(Aws::String &&value)
bool ReplicationGroupIdHasBeenSet() const
void SetReplicationGroupId(const Aws::String &value)
UnprocessedUpdateAction & WithErrorMessage(const char *value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetErrorMessage() const
void SetServiceUpdateName(const char *value)
void SetErrorType(const char *value)
void SetReplicationGroupId(Aws::String &&value)
UnprocessedUpdateAction & WithErrorType(Aws::String &&value)
void SetCacheClusterId(const Aws::String &value)
UnprocessedUpdateAction & WithErrorMessage(const Aws::String &value)
UnprocessedUpdateAction & WithReplicationGroupId(const Aws::String &value)
UnprocessedUpdateAction & WithCacheClusterId(const char *value)
UnprocessedUpdateAction & WithServiceUpdateName(const Aws::String &value)
AWS_ELASTICACHE_API UnprocessedUpdateAction(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API UnprocessedUpdateAction()
const Aws::String & GetReplicationGroupId() const
void SetErrorType(Aws::String &&value)
UnprocessedUpdateAction & WithErrorMessage(Aws::String &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
UnprocessedUpdateAction & WithServiceUpdateName(const char *value)
void SetCacheClusterId(Aws::String &&value)
bool CacheClusterIdHasBeenSet() const
UnprocessedUpdateAction & WithErrorType(const Aws::String &value)
void SetServiceUpdateName(Aws::String &&value)
UnprocessedUpdateAction & WithCacheClusterId(Aws::String &&value)
void SetCacheClusterId(const char *value)
const Aws::String & GetErrorType() const
void SetErrorMessage(const Aws::String &value)
UnprocessedUpdateAction & WithReplicationGroupId(const char *value)
UnprocessedUpdateAction & WithErrorType(const char *value)
AWS_ELASTICACHE_API UnprocessedUpdateAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetErrorMessage(const char *value)
UnprocessedUpdateAction & WithCacheClusterId(const Aws::String &value)
UnprocessedUpdateAction & WithServiceUpdateName(Aws::String &&value)
void SetReplicationGroupId(const char *value)
void SetErrorType(const Aws::String &value)
void SetServiceUpdateName(const Aws::String &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