7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
41 template <
typename GlobalClusterIdentifierT = Aws::String>
43 m_globalClusterIdentifierHasBeenSet =
true;
44 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
46 template <
typename GlobalClusterIdentifierT = Aws::String>
54 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