7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename TaskIdentifierT = Aws::String>
46 void SetTaskIdentifier(TaskIdentifierT&& value) { m_taskIdentifierHasBeenSet =
true; m_taskIdentifier = std::forward<TaskIdentifierT>(value); }
47 template<
typename TaskIdentifierT = Aws::String>
53 bool m_taskIdentifierHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
CancelExportTaskRequest & WithTaskIdentifier(TaskIdentifierT &&value)
bool TaskIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetTaskIdentifier(TaskIdentifierT &&value)
AWS_NEPTUNEGRAPH_API CancelExportTaskRequest()=default
const Aws::String & GetTaskIdentifier() const
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String