7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename GlobalClusterIdentifierT = Aws::String>
46 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
47 template<
typename GlobalClusterIdentifierT = Aws::String>
53 bool m_globalClusterIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGlobalClusterIdentifier() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
AWS_NEPTUNE_API DeleteGlobalClusterRequest()=default
bool GlobalClusterIdentifierHasBeenSet() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String