7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobInputConfig.h>
11#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobConfig.h>
12#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobStatus.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobType.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace SageMakerGeospatial
48 inline void SetArn(
const char* value) { m_arn.assign(value); }
117 inline void SetKmsKeyId(
const char* value) { m_kmsKeyId.assign(value); }
130 inline void SetName(
const char* value) { m_name.assign(value); }
181 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
192 int m_durationInSeconds;
StartVectorEnrichmentJobResult & WithRequestId(const char *value)
StartVectorEnrichmentJobResult & WithRequestId(Aws::String &&value)
void SetName(const Aws::String &value)
StartVectorEnrichmentJobResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
const VectorEnrichmentJobType & GetType() const
StartVectorEnrichmentJobResult & WithArn(const Aws::String &value)
const VectorEnrichmentJobConfig & GetJobConfig() const
StartVectorEnrichmentJobResult & WithName(Aws::String &&value)
StartVectorEnrichmentJobResult & WithExecutionRoleArn(const char *value)
StartVectorEnrichmentJobResult & WithCreationTime(const Aws::Utils::DateTime &value)
StartVectorEnrichmentJobResult & WithType(const VectorEnrichmentJobType &value)
AWS_SAGEMAKERGEOSPATIAL_API StartVectorEnrichmentJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetInputConfig(const VectorEnrichmentJobInputConfig &value)
StartVectorEnrichmentJobResult & WithInputConfig(VectorEnrichmentJobInputConfig &&value)
StartVectorEnrichmentJobResult & WithStatus(const VectorEnrichmentJobStatus &value)
StartVectorEnrichmentJobResult & AddTags(const Aws::String &key, Aws::String &&value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetType(VectorEnrichmentJobType &&value)
void SetDurationInSeconds(int value)
const VectorEnrichmentJobInputConfig & GetInputConfig() const
const Aws::String & GetExecutionRoleArn() const
void SetArn(const char *value)
void SetKmsKeyId(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API StartVectorEnrichmentJobResult()
StartVectorEnrichmentJobResult & AddTags(Aws::String &&key, const char *value)
void SetExecutionRoleArn(const char *value)
int GetDurationInSeconds() const
void SetName(const char *value)
void SetRequestId(Aws::String &&value)
StartVectorEnrichmentJobResult & WithArn(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
StartVectorEnrichmentJobResult & WithCreationTime(Aws::Utils::DateTime &&value)
StartVectorEnrichmentJobResult & WithKmsKeyId(const Aws::String &value)
StartVectorEnrichmentJobResult & AddTags(const char *key, Aws::String &&value)
void SetJobConfig(const VectorEnrichmentJobConfig &value)
StartVectorEnrichmentJobResult & WithKmsKeyId(const char *value)
StartVectorEnrichmentJobResult & AddTags(Aws::String &&key, Aws::String &&value)
StartVectorEnrichmentJobResult & WithRequestId(const Aws::String &value)
StartVectorEnrichmentJobResult & WithArn(const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
StartVectorEnrichmentJobResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetKmsKeyId() const
StartVectorEnrichmentJobResult & WithExecutionRoleArn(Aws::String &&value)
StartVectorEnrichmentJobResult & WithJobConfig(VectorEnrichmentJobConfig &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetName() const
StartVectorEnrichmentJobResult & WithExecutionRoleArn(const Aws::String &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
StartVectorEnrichmentJobResult & WithName(const char *value)
void SetStatus(VectorEnrichmentJobStatus &&value)
void SetArn(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API StartVectorEnrichmentJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartVectorEnrichmentJobResult & WithInputConfig(const VectorEnrichmentJobInputConfig &value)
void SetArn(Aws::String &&value)
StartVectorEnrichmentJobResult & AddTags(const Aws::String &key, const Aws::String &value)
void SetName(Aws::String &&value)
void SetInputConfig(VectorEnrichmentJobInputConfig &&value)
void SetStatus(const VectorEnrichmentJobStatus &value)
StartVectorEnrichmentJobResult & WithDurationInSeconds(int value)
StartVectorEnrichmentJobResult & WithType(VectorEnrichmentJobType &&value)
StartVectorEnrichmentJobResult & WithName(const Aws::String &value)
void SetExecutionRoleArn(const Aws::String &value)
StartVectorEnrichmentJobResult & WithStatus(VectorEnrichmentJobStatus &&value)
void SetKmsKeyId(const char *value)
StartVectorEnrichmentJobResult & AddTags(Aws::String &&key, const Aws::String &value)
void SetJobConfig(VectorEnrichmentJobConfig &&value)
StartVectorEnrichmentJobResult & AddTags(const char *key, const char *value)
StartVectorEnrichmentJobResult & WithJobConfig(const VectorEnrichmentJobConfig &value)
const VectorEnrichmentJobStatus & GetStatus() const
void SetKmsKeyId(Aws::String &&value)
void SetType(const VectorEnrichmentJobType &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
StartVectorEnrichmentJobResult & WithKmsKeyId(Aws::String &&value)
void SetExecutionRoleArn(Aws::String &&value)
VectorEnrichmentJobStatus
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
Aws::Utils::Json::JsonValue JsonValue