7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename GraphIdentifierT = Aws::String>
46 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
47 template<
typename GraphIdentifierT = Aws::String>
59 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
70 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
81 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
87 bool m_graphIdentifierHasBeenSet =
false;
89 bool m_publicConnectivity{
false};
90 bool m_publicConnectivityHasBeenSet =
false;
92 int m_provisionedMemory{0};
93 bool m_provisionedMemoryHasBeenSet =
false;
95 bool m_deletionProtection{
false};
96 bool m_deletionProtectionHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API UpdateGraphRequest()=default
bool DeletionProtectionHasBeenSet() const
UpdateGraphRequest & WithGraphIdentifier(GraphIdentifierT &&value)
void SetGraphIdentifier(GraphIdentifierT &&value)
bool GraphIdentifierHasBeenSet() const
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)
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
bool GetPublicConnectivity() const
bool GetDeletionProtection() const
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String