7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
61 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
72 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
83 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
89 bool m_graphIdentifierHasBeenSet =
false;
91 bool m_publicConnectivity;
92 bool m_publicConnectivityHasBeenSet =
false;
94 int m_provisionedMemory;
95 bool m_provisionedMemoryHasBeenSet =
false;
97 bool m_deletionProtection;
98 bool m_deletionProtectionHasBeenSet =
false;
void SetGraphIdentifier(const Aws::String &value)
bool DeletionProtectionHasBeenSet() const
AWS_NEPTUNEGRAPH_API UpdateGraphRequest()
UpdateGraphRequest & WithGraphIdentifier(Aws::String &&value)
bool GraphIdentifierHasBeenSet() const
void SetGraphIdentifier(Aws::String &&value)
void SetProvisionedMemory(int value)
UpdateGraphRequest & WithProvisionedMemory(int value)
void SetPublicConnectivity(bool value)
bool PublicConnectivityHasBeenSet() const
void SetDeletionProtection(bool value)
bool ProvisionedMemoryHasBeenSet() const
UpdateGraphRequest & WithDeletionProtection(bool value)
UpdateGraphRequest & WithPublicConnectivity(bool value)
UpdateGraphRequest & WithGraphIdentifier(const char *value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
int GetProvisionedMemory() const
const Aws::String & GetGraphIdentifier() const
void SetGraphIdentifier(const char *value)
bool GetPublicConnectivity() const
UpdateGraphRequest & WithGraphIdentifier(const Aws::String &value)
bool GetDeletionProtection() const
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String