7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/elasticache/model/AuthTokenUpdateStatus.h>
12#include <aws/elasticache/model/TransitEncryptionMode.h>
13#include <aws/elasticache/model/PendingLogDeliveryConfiguration.h>
55 inline void SetNumCacheNodes(
int value) { m_numCacheNodesHasBeenSet =
true; m_numCacheNodes = value; }
83 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
97 inline void SetCacheNodeType(
const char* value) { m_cacheNodeTypeHasBeenSet =
true; m_cacheNodeType.assign(value); }
154 bool m_numCacheNodesHasBeenSet =
false;
157 bool m_cacheNodeIdsToRemoveHasBeenSet =
false;
160 bool m_engineVersionHasBeenSet =
false;
163 bool m_cacheNodeTypeHasBeenSet =
false;
166 bool m_authTokenStatusHasBeenSet =
false;
169 bool m_logDeliveryConfigurationsHasBeenSet =
false;
171 bool m_transitEncryptionEnabled;
172 bool m_transitEncryptionEnabledHasBeenSet =
false;
175 bool m_transitEncryptionModeHasBeenSet =
false;
void SetCacheNodeIdsToRemove(const Aws::Vector< Aws::String > &value)
PendingModifiedValues & AddCacheNodeIdsToRemove(Aws::String &&value)
PendingModifiedValues & AddCacheNodeIdsToRemove(const Aws::String &value)
void SetLogDeliveryConfigurations(const Aws::Vector< PendingLogDeliveryConfiguration > &value)
PendingModifiedValues & WithEngineVersion(const char *value)
bool CacheNodeIdsToRemoveHasBeenSet() const
void SetAuthTokenStatus(const AuthTokenUpdateStatus &value)
void SetTransitEncryptionMode(TransitEncryptionMode &&value)
PendingModifiedValues & WithLogDeliveryConfigurations(const Aws::Vector< PendingLogDeliveryConfiguration > &value)
bool GetTransitEncryptionEnabled() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetTransitEncryptionEnabled(bool value)
bool NumCacheNodesHasBeenSet() const
void SetCacheNodeType(const Aws::String &value)
PendingModifiedValues & WithEngineVersion(const Aws::String &value)
PendingModifiedValues & WithTransitEncryptionMode(const TransitEncryptionMode &value)
PendingModifiedValues & WithCacheNodeIdsToRemove(const Aws::Vector< Aws::String > &value)
bool LogDeliveryConfigurationsHasBeenSet() const
void SetTransitEncryptionMode(const TransitEncryptionMode &value)
PendingModifiedValues & WithCacheNodeIdsToRemove(Aws::Vector< Aws::String > &&value)
const AuthTokenUpdateStatus & GetAuthTokenStatus() const
const Aws::Vector< Aws::String > & GetCacheNodeIdsToRemove() const
void SetCacheNodeIdsToRemove(Aws::Vector< Aws::String > &&value)
PendingModifiedValues & WithCacheNodeType(const Aws::String &value)
PendingModifiedValues & AddLogDeliveryConfigurations(PendingLogDeliveryConfiguration &&value)
bool AuthTokenStatusHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetNumCacheNodes(int value)
PendingModifiedValues & WithNumCacheNodes(int value)
int GetNumCacheNodes() const
const Aws::String & GetEngineVersion() const
PendingModifiedValues & AddCacheNodeIdsToRemove(const char *value)
AWS_ELASTICACHE_API PendingModifiedValues & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API PendingModifiedValues(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API PendingModifiedValues()
bool EngineVersionHasBeenSet() const
void SetCacheNodeType(Aws::String &&value)
void SetEngineVersion(const Aws::String &value)
void SetCacheNodeType(const char *value)
PendingModifiedValues & WithTransitEncryptionMode(TransitEncryptionMode &&value)
bool TransitEncryptionModeHasBeenSet() const
const Aws::String & GetCacheNodeType() const
PendingModifiedValues & WithLogDeliveryConfigurations(Aws::Vector< PendingLogDeliveryConfiguration > &&value)
void SetLogDeliveryConfigurations(Aws::Vector< PendingLogDeliveryConfiguration > &&value)
void SetEngineVersion(Aws::String &&value)
PendingModifiedValues & AddLogDeliveryConfigurations(const PendingLogDeliveryConfiguration &value)
PendingModifiedValues & WithAuthTokenStatus(const AuthTokenUpdateStatus &value)
PendingModifiedValues & WithCacheNodeType(Aws::String &&value)
bool CacheNodeTypeHasBeenSet() const
void SetAuthTokenStatus(AuthTokenUpdateStatus &&value)
const TransitEncryptionMode & GetTransitEncryptionMode() const
PendingModifiedValues & WithTransitEncryptionEnabled(bool value)
PendingModifiedValues & WithCacheNodeType(const char *value)
PendingModifiedValues & WithEngineVersion(Aws::String &&value)
PendingModifiedValues & WithAuthTokenStatus(AuthTokenUpdateStatus &&value)
const Aws::Vector< PendingLogDeliveryConfiguration > & GetLogDeliveryConfigurations() const
void SetEngineVersion(const char *value)
bool TransitEncryptionEnabledHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream