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 SetGlobalNodeGroupId(
const char* value) { m_globalNodeGroupIdHasBeenSet =
true; m_globalNodeGroupId.assign(value); }
65 inline void SetSlots(
const char* value) { m_slotsHasBeenSet =
true; m_slots.assign(value); }
73 bool m_globalNodeGroupIdHasBeenSet =
false;
76 bool m_slotsHasBeenSet =
false;
void SetSlots(const char *value)
void SetGlobalNodeGroupId(const Aws::String &value)
void SetGlobalNodeGroupId(const char *value)
void SetSlots(Aws::String &&value)
bool SlotsHasBeenSet() const
void SetSlots(const Aws::String &value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
GlobalNodeGroup & WithSlots(const Aws::String &value)
GlobalNodeGroup & WithGlobalNodeGroupId(const char *value)
GlobalNodeGroup & WithGlobalNodeGroupId(Aws::String &&value)
GlobalNodeGroup & WithSlots(Aws::String &&value)
const Aws::String & GetGlobalNodeGroupId() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetGlobalNodeGroupId(Aws::String &&value)
AWS_ELASTICACHE_API GlobalNodeGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API GlobalNodeGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
GlobalNodeGroup & WithSlots(const char *value)
AWS_ELASTICACHE_API GlobalNodeGroup()
GlobalNodeGroup & WithGlobalNodeGroupId(const Aws::String &value)
bool GlobalNodeGroupIdHasBeenSet() const
const Aws::String & GetSlots() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream