/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace SageMakerGeospatial { namespace Model { class GetVectorEnrichmentJobResult { public: AWS_SAGEMAKERGEOSPATIAL_API GetVectorEnrichmentJobResult(); AWS_SAGEMAKERGEOSPATIAL_API GetVectorEnrichmentJobResult(const Aws::AmazonWebServiceResult& result); AWS_SAGEMAKERGEOSPATIAL_API GetVectorEnrichmentJobResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The Amazon Resource Name (ARN) of the Vector Enrichment job.

*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *

The Amazon Resource Name (ARN) of the Vector Enrichment job.

*/ inline void SetArn(const Aws::String& value) { m_arn = value; } /** *

The Amazon Resource Name (ARN) of the Vector Enrichment job.

*/ inline void SetArn(Aws::String&& value) { m_arn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the Vector Enrichment job.

*/ inline void SetArn(const char* value) { m_arn.assign(value); } /** *

The Amazon Resource Name (ARN) of the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithArn(const char* value) { SetArn(value); return *this;} /** *

The creation time.

*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *

The creation time.

*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; } /** *

The creation time.

*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); } /** *

The creation time.

*/ inline GetVectorEnrichmentJobResult& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *

The creation time.

*/ inline GetVectorEnrichmentJobResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *

The duration of the Vector Enrichment job, in seconds.

*/ inline int GetDurationInSeconds() const{ return m_durationInSeconds; } /** *

The duration of the Vector Enrichment job, in seconds.

*/ inline void SetDurationInSeconds(int value) { m_durationInSeconds = value; } /** *

The duration of the Vector Enrichment job, in seconds.

*/ inline GetVectorEnrichmentJobResult& WithDurationInSeconds(int value) { SetDurationInSeconds(value); return *this;} /** *

Details about the errors generated during the Vector Enrichment job.

*/ inline const VectorEnrichmentJobErrorDetails& GetErrorDetails() const{ return m_errorDetails; } /** *

Details about the errors generated during the Vector Enrichment job.

*/ inline void SetErrorDetails(const VectorEnrichmentJobErrorDetails& value) { m_errorDetails = value; } /** *

Details about the errors generated during the Vector Enrichment job.

*/ inline void SetErrorDetails(VectorEnrichmentJobErrorDetails&& value) { m_errorDetails = std::move(value); } /** *

Details about the errors generated during the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithErrorDetails(const VectorEnrichmentJobErrorDetails& value) { SetErrorDetails(value); return *this;} /** *

Details about the errors generated during the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithErrorDetails(VectorEnrichmentJobErrorDetails&& value) { SetErrorDetails(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role that you specified for the * job.

*/ inline const Aws::String& GetExecutionRoleArn() const{ return m_executionRoleArn; } /** *

The Amazon Resource Name (ARN) of the IAM role that you specified for the * job.

*/ inline void SetExecutionRoleArn(const Aws::String& value) { m_executionRoleArn = value; } /** *

The Amazon Resource Name (ARN) of the IAM role that you specified for the * job.

*/ inline void SetExecutionRoleArn(Aws::String&& value) { m_executionRoleArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the IAM role that you specified for the * job.

*/ inline void SetExecutionRoleArn(const char* value) { m_executionRoleArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the IAM role that you specified for the * job.

*/ inline GetVectorEnrichmentJobResult& WithExecutionRoleArn(const Aws::String& value) { SetExecutionRoleArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role that you specified for the * job.

*/ inline GetVectorEnrichmentJobResult& WithExecutionRoleArn(Aws::String&& value) { SetExecutionRoleArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role that you specified for the * job.

*/ inline GetVectorEnrichmentJobResult& WithExecutionRoleArn(const char* value) { SetExecutionRoleArn(value); return *this;} /** *

Details about the errors generated during the ExportVectorEnrichmentJob.

*/ inline const VectorEnrichmentJobExportErrorDetails& GetExportErrorDetails() const{ return m_exportErrorDetails; } /** *

Details about the errors generated during the ExportVectorEnrichmentJob.

*/ inline void SetExportErrorDetails(const VectorEnrichmentJobExportErrorDetails& value) { m_exportErrorDetails = value; } /** *

Details about the errors generated during the ExportVectorEnrichmentJob.

*/ inline void SetExportErrorDetails(VectorEnrichmentJobExportErrorDetails&& value) { m_exportErrorDetails = std::move(value); } /** *

Details about the errors generated during the ExportVectorEnrichmentJob.

*/ inline GetVectorEnrichmentJobResult& WithExportErrorDetails(const VectorEnrichmentJobExportErrorDetails& value) { SetExportErrorDetails(value); return *this;} /** *

Details about the errors generated during the ExportVectorEnrichmentJob.

*/ inline GetVectorEnrichmentJobResult& WithExportErrorDetails(VectorEnrichmentJobExportErrorDetails&& value) { SetExportErrorDetails(std::move(value)); return *this;} /** *

The export status of the Vector Enrichment job being initiated.

*/ inline const VectorEnrichmentJobExportStatus& GetExportStatus() const{ return m_exportStatus; } /** *

The export status of the Vector Enrichment job being initiated.

*/ inline void SetExportStatus(const VectorEnrichmentJobExportStatus& value) { m_exportStatus = value; } /** *

The export status of the Vector Enrichment job being initiated.

*/ inline void SetExportStatus(VectorEnrichmentJobExportStatus&& value) { m_exportStatus = std::move(value); } /** *

The export status of the Vector Enrichment job being initiated.

*/ inline GetVectorEnrichmentJobResult& WithExportStatus(const VectorEnrichmentJobExportStatus& value) { SetExportStatus(value); return *this;} /** *

The export status of the Vector Enrichment job being initiated.

*/ inline GetVectorEnrichmentJobResult& WithExportStatus(VectorEnrichmentJobExportStatus&& value) { SetExportStatus(std::move(value)); return *this;} /** *

Input configuration information for the Vector Enrichment job.

*/ inline const VectorEnrichmentJobInputConfig& GetInputConfig() const{ return m_inputConfig; } /** *

Input configuration information for the Vector Enrichment job.

*/ inline void SetInputConfig(const VectorEnrichmentJobInputConfig& value) { m_inputConfig = value; } /** *

Input configuration information for the Vector Enrichment job.

*/ inline void SetInputConfig(VectorEnrichmentJobInputConfig&& value) { m_inputConfig = std::move(value); } /** *

Input configuration information for the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithInputConfig(const VectorEnrichmentJobInputConfig& value) { SetInputConfig(value); return *this;} /** *

Input configuration information for the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithInputConfig(VectorEnrichmentJobInputConfig&& value) { SetInputConfig(std::move(value)); return *this;} /** *

An object containing information about the job configuration.

*/ inline const VectorEnrichmentJobConfig& GetJobConfig() const{ return m_jobConfig; } /** *

An object containing information about the job configuration.

*/ inline void SetJobConfig(const VectorEnrichmentJobConfig& value) { m_jobConfig = value; } /** *

An object containing information about the job configuration.

*/ inline void SetJobConfig(VectorEnrichmentJobConfig&& value) { m_jobConfig = std::move(value); } /** *

An object containing information about the job configuration.

*/ inline GetVectorEnrichmentJobResult& WithJobConfig(const VectorEnrichmentJobConfig& value) { SetJobConfig(value); return *this;} /** *

An object containing information about the job configuration.

*/ inline GetVectorEnrichmentJobResult& WithJobConfig(VectorEnrichmentJobConfig&& value) { SetJobConfig(std::move(value)); return *this;} /** *

The Key Management Service key ID for server-side encryption.

*/ inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; } /** *

The Key Management Service key ID for server-side encryption.

*/ inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyId = value; } /** *

The Key Management Service key ID for server-side encryption.

*/ inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyId = std::move(value); } /** *

The Key Management Service key ID for server-side encryption.

*/ inline void SetKmsKeyId(const char* value) { m_kmsKeyId.assign(value); } /** *

The Key Management Service key ID for server-side encryption.

*/ inline GetVectorEnrichmentJobResult& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;} /** *

The Key Management Service key ID for server-side encryption.

*/ inline GetVectorEnrichmentJobResult& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;} /** *

The Key Management Service key ID for server-side encryption.

*/ inline GetVectorEnrichmentJobResult& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;} /** *

The name of the Vector Enrichment job.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the Vector Enrichment job.

*/ inline void SetName(const Aws::String& value) { m_name = value; } /** *

The name of the Vector Enrichment job.

*/ inline void SetName(Aws::String&& value) { m_name = std::move(value); } /** *

The name of the Vector Enrichment job.

*/ inline void SetName(const char* value) { m_name.assign(value); } /** *

The name of the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithName(const char* value) { SetName(value); return *this;} /** *

The status of the initiated Vector Enrichment job.

*/ inline const VectorEnrichmentJobStatus& GetStatus() const{ return m_status; } /** *

The status of the initiated Vector Enrichment job.

*/ inline void SetStatus(const VectorEnrichmentJobStatus& value) { m_status = value; } /** *

The status of the initiated Vector Enrichment job.

*/ inline void SetStatus(VectorEnrichmentJobStatus&& value) { m_status = std::move(value); } /** *

The status of the initiated Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithStatus(const VectorEnrichmentJobStatus& value) { SetStatus(value); return *this;} /** *

The status of the initiated Vector Enrichment job.

*/ inline GetVectorEnrichmentJobResult& WithStatus(VectorEnrichmentJobStatus&& value) { SetStatus(std::move(value)); return *this;} /** *

Each tag consists of a key and a value.

*/ inline const Aws::Map& GetTags() const{ return m_tags; } /** *

Each tag consists of a key and a value.

*/ inline void SetTags(const Aws::Map& value) { m_tags = value; } /** *

Each tag consists of a key and a value.

*/ inline void SetTags(Aws::Map&& value) { m_tags = std::move(value); } /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& WithTags(const Aws::Map& value) { SetTags(value); return *this;} /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& WithTags(Aws::Map&& value) { SetTags(std::move(value)); return *this;} /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetVectorEnrichmentJobResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; } /** *

The type of the Vector Enrichment job being initiated.

*/ inline const VectorEnrichmentJobType& GetType() const{ return m_type; } /** *

The type of the Vector Enrichment job being initiated.

*/ inline void SetType(const VectorEnrichmentJobType& value) { m_type = value; } /** *

The type of the Vector Enrichment job being initiated.

*/ inline void SetType(VectorEnrichmentJobType&& value) { m_type = std::move(value); } /** *

The type of the Vector Enrichment job being initiated.

*/ inline GetVectorEnrichmentJobResult& WithType(const VectorEnrichmentJobType& value) { SetType(value); return *this;} /** *

The type of the Vector Enrichment job being initiated.

*/ inline GetVectorEnrichmentJobResult& WithType(VectorEnrichmentJobType&& value) { SetType(std::move(value)); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetVectorEnrichmentJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetVectorEnrichmentJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetVectorEnrichmentJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_arn; Aws::Utils::DateTime m_creationTime; int m_durationInSeconds; VectorEnrichmentJobErrorDetails m_errorDetails; Aws::String m_executionRoleArn; VectorEnrichmentJobExportErrorDetails m_exportErrorDetails; VectorEnrichmentJobExportStatus m_exportStatus; VectorEnrichmentJobInputConfig m_inputConfig; VectorEnrichmentJobConfig m_jobConfig; Aws::String m_kmsKeyId; Aws::String m_name; VectorEnrichmentJobStatus m_status; Aws::Map m_tags; VectorEnrichmentJobType m_type; Aws::String m_requestId; }; } // namespace Model } // namespace SageMakerGeospatial } // namespace Aws