7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
63 inline void SetDbClusterIdentifier(
const char* value) { m_dbClusterIdentifierHasBeenSet =
true; m_dbClusterIdentifier.assign(value); }
71 bool m_globalClusterIdentifierHasBeenSet =
false;
74 bool m_dbClusterIdentifierHasBeenSet =
false;
void SetDbClusterIdentifier(Aws::String &&value)
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(const Aws::String &value)
void SetDbClusterIdentifier(const Aws::String &value)
AWS_NEPTUNE_API RemoveFromGlobalClusterRequest()
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(const char *value)
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(Aws::String &&value)
void SetGlobalClusterIdentifier(const char *value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetDbClusterIdentifier() const
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
bool DbClusterIdentifierHasBeenSet() const
const Aws::String & GetGlobalClusterIdentifier() const
void SetGlobalClusterIdentifier(const Aws::String &value)
void SetGlobalClusterIdentifier(Aws::String &&value)
bool GlobalClusterIdentifierHasBeenSet() const
void SetDbClusterIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNE_API Aws::String SerializePayload() const override
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String