7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/NeptuneGraphRequest.h>
10#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
15namespace NeptuneGraph {
43 template <
typename GraphIdentifierT = Aws::String>
45 m_graphIdentifierHasBeenSet =
true;
46 m_graphIdentifier = std::forward<GraphIdentifierT>(value);
48 template <
typename GraphIdentifierT = Aws::String>
64 template <
typename SnapshotNameT = Aws::String>
66 m_snapshotNameHasBeenSet =
true;
67 m_snapshotName = std::forward<SnapshotNameT>(value);
69 template <
typename SnapshotNameT = Aws::String>
83 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 m_tagsHasBeenSet =
true;
86 m_tags = std::forward<TagsT>(value);
88 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
90 SetTags(std::forward<TagsT>(value));
93 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
95 m_tagsHasBeenSet =
true;
96 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
106 bool m_graphIdentifierHasBeenSet =
false;
107 bool m_snapshotNameHasBeenSet =
false;
108 bool m_tagsHasBeenSet =
false;
const Aws::String & GetGraphIdentifier() const
AWS_NEPTUNEGRAPH_API CreateGraphSnapshotRequest()=default
void SetTags(TagsT &&value)
void SetSnapshotName(SnapshotNameT &&value)
CreateGraphSnapshotRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool SnapshotNameHasBeenSet() const
void SetGraphIdentifier(GraphIdentifierT &&value)
CreateGraphSnapshotRequest & WithSnapshotName(SnapshotNameT &&value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
const Aws::String & GetSnapshotName() const
CreateGraphSnapshotRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
bool TagsHasBeenSet() const
bool GraphIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateGraphSnapshotRequest & WithGraphIdentifier(GraphIdentifierT &&value)
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