7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
14namespace ElastiCache {
49 template <
typename GlobalReplicationGroupIdSuffixT = Aws::String>
51 m_globalReplicationGroupIdSuffixHasBeenSet =
true;
52 m_globalReplicationGroupIdSuffix = std::forward<GlobalReplicationGroupIdSuffixT>(value);
54 template <
typename GlobalReplicationGroupIdSuffixT = Aws::String>
67 template <
typename GlobalReplicationGroupDescriptionT = Aws::String>
69 m_globalReplicationGroupDescriptionHasBeenSet =
true;
70 m_globalReplicationGroupDescription = std::forward<GlobalReplicationGroupDescriptionT>(value);
72 template <
typename GlobalReplicationGroupDescriptionT = Aws::String>
86 template <
typename PrimaryReplicationGroupIdT = Aws::String>
88 m_primaryReplicationGroupIdHasBeenSet =
true;
89 m_primaryReplicationGroupId = std::forward<PrimaryReplicationGroupIdT>(value);
91 template <
typename PrimaryReplicationGroupIdT = Aws::String>
103 bool m_globalReplicationGroupIdSuffixHasBeenSet =
false;
104 bool m_globalReplicationGroupDescriptionHasBeenSet =
false;
105 bool m_primaryReplicationGroupIdHasBeenSet =
false;
bool GlobalReplicationGroupIdSuffixHasBeenSet() const
CreateGlobalReplicationGroupRequest & WithGlobalReplicationGroupDescription(GlobalReplicationGroupDescriptionT &&value)
virtual const char * GetServiceRequestName() const override
void SetGlobalReplicationGroupDescription(GlobalReplicationGroupDescriptionT &&value)
bool GlobalReplicationGroupDescriptionHasBeenSet() const
const Aws::String & GetGlobalReplicationGroupDescription() const
CreateGlobalReplicationGroupRequest & WithPrimaryReplicationGroupId(PrimaryReplicationGroupIdT &&value)
void SetPrimaryReplicationGroupId(PrimaryReplicationGroupIdT &&value)
bool PrimaryReplicationGroupIdHasBeenSet() const
void SetGlobalReplicationGroupIdSuffix(GlobalReplicationGroupIdSuffixT &&value)
const Aws::String & GetGlobalReplicationGroupIdSuffix() const
AWS_ELASTICACHE_API CreateGlobalReplicationGroupRequest()=default
const Aws::String & GetPrimaryReplicationGroupId() const
CreateGlobalReplicationGroupRequest & WithGlobalReplicationGroupIdSuffix(GlobalReplicationGroupIdSuffixT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String