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/neptune-graph/model/ExportFormat.h>
11#include <aws/neptune-graph/model/ParquetType.h>
12#include <aws/neptune-graph/model/ExportFilter.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
49 template<
typename GraphIdentifierT = Aws::String>
50 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
51 template<
typename GraphIdentifierT = Aws::String>
62 template<
typename RoleArnT = Aws::String>
63 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
64 template<
typename RoleArnT = Aws::String>
84 template<
typename DestinationT = Aws::String>
85 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
86 template<
typename DestinationT = Aws::String>
96 template<
typename KmsKeyIdentifierT = Aws::String>
97 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
98 template<
typename KmsKeyIdentifierT = Aws::String>
118 template<
typename ExportFilterT = ExportFilter>
119 void SetExportFilter(ExportFilterT&& value) { m_exportFilterHasBeenSet =
true; m_exportFilter = std::forward<ExportFilterT>(value); }
120 template<
typename ExportFilterT = ExportFilter>
130 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
132 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
136 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
142 bool m_graphIdentifierHasBeenSet =
false;
145 bool m_roleArnHasBeenSet =
false;
148 bool m_formatHasBeenSet =
false;
151 bool m_destinationHasBeenSet =
false;
154 bool m_kmsKeyIdentifierHasBeenSet =
false;
157 bool m_parquetTypeHasBeenSet =
false;
159 ExportFilter m_exportFilter;
160 bool m_exportFilterHasBeenSet =
false;
163 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