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