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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
58 inline void SetNodeGroupId(
const char* value) { m_nodeGroupIdHasBeenSet =
true; m_nodeGroupId.assign(value); }
77 inline void SetNewReplicaCount(
int value) { m_newReplicaCountHasBeenSet =
true; m_newReplicaCount = value; }
118 bool m_nodeGroupIdHasBeenSet =
false;
120 int m_newReplicaCount;
121 bool m_newReplicaCountHasBeenSet =
false;
124 bool m_preferredAvailabilityZonesHasBeenSet =
false;
127 bool m_preferredOutpostArnsHasBeenSet =
false;
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