7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
14namespace NeptuneGraph {
42 template <
typename GraphIdentifierT = Aws::String>
44 m_graphIdentifierHasBeenSet =
true;
45 m_graphIdentifier = std::forward<GraphIdentifierT>(value);
47 template <
typename GraphIdentifierT = Aws::String>
63 m_publicConnectivityHasBeenSet =
true;
64 m_publicConnectivity = value;
80 m_provisionedMemoryHasBeenSet =
true;
81 m_provisionedMemory = value;
97 m_deletionProtectionHasBeenSet =
true;
98 m_deletionProtection = value;
108 bool m_publicConnectivity{
false};
110 int m_provisionedMemory{0};
112 bool m_deletionProtection{
false};
113 bool m_graphIdentifierHasBeenSet =
false;
114 bool m_publicConnectivityHasBeenSet =
false;
115 bool m_provisionedMemoryHasBeenSet =
false;
116 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