7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
48 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
65 inline void SetGraphName(
const char* value) { m_graphNameHasBeenSet =
true; m_graphName.assign(value); }
78 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
89 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
121 inline void SetReplicaCount(
int value) { m_replicaCountHasBeenSet =
true; m_replicaCount = value; }
133 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
139 bool m_snapshotIdentifierHasBeenSet =
false;
142 bool m_graphNameHasBeenSet =
false;
144 int m_provisionedMemory;
145 bool m_provisionedMemoryHasBeenSet =
false;
147 bool m_deletionProtection;
148 bool m_deletionProtectionHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
154 bool m_replicaCountHasBeenSet =
false;
156 bool m_publicConnectivity;
157 bool m_publicConnectivityHasBeenSet =
false;
RestoreGraphFromSnapshotRequest & WithSnapshotIdentifier(const Aws::String &value)
bool ProvisionedMemoryHasBeenSet() const
RestoreGraphFromSnapshotRequest & AddTags(const char *key, const char *value)
bool SnapshotIdentifierHasBeenSet() const
RestoreGraphFromSnapshotRequest & AddTags(const Aws::String &key, Aws::String &&value)
RestoreGraphFromSnapshotRequest & AddTags(Aws::String &&key, const char *value)
void SetSnapshotIdentifier(const Aws::String &value)
RestoreGraphFromSnapshotRequest & WithPublicConnectivity(bool value)
RestoreGraphFromSnapshotRequest & WithGraphName(Aws::String &&value)
RestoreGraphFromSnapshotRequest & WithGraphName(const char *value)
bool GetPublicConnectivity() const
void SetPublicConnectivity(bool value)
RestoreGraphFromSnapshotRequest & AddTags(Aws::String &&key, const Aws::String &value)
RestoreGraphFromSnapshotRequest & WithReplicaCount(int value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
RestoreGraphFromSnapshotRequest & AddTags(const Aws::String &key, const Aws::String &value)
bool ReplicaCountHasBeenSet() const
int GetProvisionedMemory() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetSnapshotIdentifier(Aws::String &&value)
RestoreGraphFromSnapshotRequest & WithProvisionedMemory(int value)
void SetProvisionedMemory(int value)
bool PublicConnectivityHasBeenSet() const
RestoreGraphFromSnapshotRequest & WithDeletionProtection(bool value)
int GetReplicaCount() const
virtual const char * GetServiceRequestName() const override
bool DeletionProtectionHasBeenSet() const
void SetSnapshotIdentifier(const char *value)
bool GraphNameHasBeenSet() const
RestoreGraphFromSnapshotRequest & WithSnapshotIdentifier(Aws::String &&value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetGraphName(Aws::String &&value)
RestoreGraphFromSnapshotRequest & AddTags(const char *key, Aws::String &&value)
RestoreGraphFromSnapshotRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool GetDeletionProtection() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetGraphName(const Aws::String &value)
RestoreGraphFromSnapshotRequest & AddTags(Aws::String &&key, Aws::String &&value)
void SetDeletionProtection(bool value)
const Aws::String & GetSnapshotIdentifier() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetGraphName(const char *value)
bool TagsHasBeenSet() const
void SetReplicaCount(int value)
RestoreGraphFromSnapshotRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
RestoreGraphFromSnapshotRequest & WithSnapshotIdentifier(const char *value)
RestoreGraphFromSnapshotRequest & WithGraphName(const Aws::String &value)
const Aws::String & GetGraphName() const
AWS_NEPTUNEGRAPH_API RestoreGraphFromSnapshotRequest()
Aws::Endpoint::EndpointParameters EndpointParameters
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String