7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
42 template <
typename GlobalClusterIdentifierT = Aws::String>
44 m_globalClusterIdentifierHasBeenSet =
true;
45 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
47 template <
typename GlobalClusterIdentifierT = Aws::String>
61 template <
typename DbClusterIdentifierT = Aws::String>
63 m_dbClusterIdentifierHasBeenSet =
true;
64 m_dbClusterIdentifier = std::forward<DbClusterIdentifierT>(value);
66 template <
typename DbClusterIdentifierT = Aws::String>
74 bool m_globalClusterIdentifierHasBeenSet =
false;
77 bool m_dbClusterIdentifierHasBeenSet =
false;
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(DbClusterIdentifierT &&value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetDbClusterIdentifier() const
bool DbClusterIdentifierHasBeenSet() const
const Aws::String & GetGlobalClusterIdentifier() const
void SetDbClusterIdentifier(DbClusterIdentifierT &&value)
AWS_NEPTUNE_API RemoveFromGlobalClusterRequest()=default
bool GlobalClusterIdentifierHasBeenSet() const
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String