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>
11#include <aws/neptune-graph/model/ExportFilter.h>
12#include <aws/neptune-graph/model/ExportFormat.h>
13#include <aws/neptune-graph/model/ParquetType.h>
18namespace NeptuneGraph {
46 template <
typename GraphIdentifierT = Aws::String>
48 m_graphIdentifierHasBeenSet =
true;
49 m_graphIdentifier = std::forward<GraphIdentifierT>(value);
51 template <
typename GraphIdentifierT = Aws::String>
65 template <
typename RoleArnT = Aws::String>
67 m_roleArnHasBeenSet =
true;
68 m_roleArn = std::forward<RoleArnT>(value);
70 template <
typename RoleArnT = Aws::String>
84 m_formatHasBeenSet =
true;
99 template <
typename DestinationT = Aws::String>
101 m_destinationHasBeenSet =
true;
102 m_destination = std::forward<DestinationT>(value);
104 template <
typename DestinationT = Aws::String>
117 template <
typename KmsKeyIdentifierT = Aws::String>
119 m_kmsKeyIdentifierHasBeenSet =
true;
120 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
122 template <
typename KmsKeyIdentifierT = Aws::String>
136 m_parquetTypeHasBeenSet =
true;
137 m_parquetType = value;
151 template <
typename ExportFilterT = ExportFilter>
153 m_exportFilterHasBeenSet =
true;
154 m_exportFilter = std::forward<ExportFilterT>(value);
156 template <
typename ExportFilterT = ExportFilter>
169 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
171 m_tagsHasBeenSet =
true;
172 m_tags = std::forward<TagsT>(value);
174 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
176 SetTags(std::forward<TagsT>(value));
179 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
181 m_tagsHasBeenSet =
true;
182 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
199 ExportFilter m_exportFilter;
202 bool m_graphIdentifierHasBeenSet =
false;
203 bool m_roleArnHasBeenSet =
false;
204 bool m_formatHasBeenSet =
false;
205 bool m_destinationHasBeenSet =
false;
206 bool m_kmsKeyIdentifierHasBeenSet =
false;
207 bool m_parquetTypeHasBeenSet =
false;
208 bool m_exportFilterHasBeenSet =
false;
209 bool m_tagsHasBeenSet =
false;
void SetExportFilter(ExportFilterT &&value)
StartExportTaskRequest & WithParquetType(ParquetType value)
bool RoleArnHasBeenSet() const
AWS_NEPTUNEGRAPH_API StartExportTaskRequest()=default
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
StartExportTaskRequest & WithRoleArn(RoleArnT &&value)
void SetGraphIdentifier(GraphIdentifierT &&value)
bool DestinationHasBeenSet() const
const Aws::String & GetDestination() const
void SetParquetType(ParquetType value)
StartExportTaskRequest & WithFormat(ExportFormat value)
StartExportTaskRequest & WithGraphIdentifier(GraphIdentifierT &&value)
StartExportTaskRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ExportFilterHasBeenSet() const
StartExportTaskRequest & WithTags(TagsT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
bool FormatHasBeenSet() const
void SetTags(TagsT &&value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetGraphIdentifier() const
ParquetType GetParquetType() const
bool ParquetTypeHasBeenSet() const
StartExportTaskRequest & WithDestination(DestinationT &&value)
ExportFormat GetFormat() const
bool TagsHasBeenSet() const
StartExportTaskRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKmsKeyIdentifier() const
const Aws::String & GetRoleArn() const
bool GraphIdentifierHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
void SetFormat(ExportFormat value)
void SetDestination(DestinationT &&value)
const ExportFilter & GetExportFilter() const
StartExportTaskRequest & WithExportFilter(ExportFilterT &&value)
bool KmsKeyIdentifierHasBeenSet() const
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