7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/CustomerNodeEndpoint.h>
47 template<
typename ReplicationGroupIdT = Aws::String>
48 void SetReplicationGroupId(ReplicationGroupIdT&& value) { m_replicationGroupIdHasBeenSet =
true; m_replicationGroupId = std::forward<ReplicationGroupIdT>(value); }
49 template<
typename ReplicationGroupIdT = Aws::String>
60 template<
typename CustomerNodeEndpo
intListT = Aws::Vector<CustomerNodeEndpo
int>>
61 void SetCustomerNodeEndpointList(CustomerNodeEndpointListT&& value) { m_customerNodeEndpointListHasBeenSet =
true; m_customerNodeEndpointList = std::forward<CustomerNodeEndpointListT>(value); }
62 template<
typename CustomerNodeEndpo
intListT = Aws::Vector<CustomerNodeEndpo
int>>
64 template<
typename CustomerNodeEndpo
intListT = CustomerNodeEndpo
int>
70 bool m_replicationGroupIdHasBeenSet =
false;
73 bool m_customerNodeEndpointListHasBeenSet =
false;
const Aws::Vector< CustomerNodeEndpoint > & GetCustomerNodeEndpointList() const
void SetCustomerNodeEndpointList(CustomerNodeEndpointListT &&value)
TestMigrationRequest & WithReplicationGroupId(ReplicationGroupIdT &&value)
bool CustomerNodeEndpointListHasBeenSet() const
void SetReplicationGroupId(ReplicationGroupIdT &&value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
const Aws::String & GetReplicationGroupId() const
TestMigrationRequest & WithCustomerNodeEndpointList(CustomerNodeEndpointListT &&value)
AWS_ELASTICACHE_API TestMigrationRequest()=default
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
TestMigrationRequest & AddCustomerNodeEndpointList(CustomerNodeEndpointListT &&value)
virtual const char * GetServiceRequestName() const override
bool ReplicationGroupIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector