From 8932343a25d6a30fa08143658668d34eded19c91 Mon Sep 17 00:00:00 2001
From: aws-sdk-cpp-automation Cancels the metadata generation run.See Also:
AWS
+ * API Reference
Cancels the subscription to the specified asset.
Gets a metadata generation run in Amazon DataZone.
Gets a project in Amazon DataZone.
Lists all metadata generation runs.
Lists all Amazon DataZone notifications.
Searches listings in Amazon DataZone.
Starts the metadata generation run.
Tags a resource in Amazon DataZone.
The edit of the prediction.
+ */ + inline const Aws::String& GetEditedValue() const{ return m_editedValue; } + + /** + *The edit of the prediction.
+ */ + inline bool EditedValueHasBeenSet() const { return m_editedValueHasBeenSet; } + + /** + *The edit of the prediction.
+ */ + inline void SetEditedValue(const Aws::String& value) { m_editedValueHasBeenSet = true; m_editedValue = value; } + + /** + *The edit of the prediction.
+ */ + inline void SetEditedValue(Aws::String&& value) { m_editedValueHasBeenSet = true; m_editedValue = std::move(value); } + + /** + *The edit of the prediction.
+ */ + inline void SetEditedValue(const char* value) { m_editedValueHasBeenSet = true; m_editedValue.assign(value); } + + /** + *The edit of the prediction.
+ */ + inline AcceptChoice& WithEditedValue(const Aws::String& value) { SetEditedValue(value); return *this;} + + /** + *The edit of the prediction.
+ */ + inline AcceptChoice& WithEditedValue(Aws::String&& value) { SetEditedValue(std::move(value)); return *this;} + + /** + *The edit of the prediction.
+ */ + inline AcceptChoice& WithEditedValue(const char* value) { SetEditedValue(value); return *this;} + + /** *Specifies the prediction (aka, the automatically generated piece of metadata) * that can be accepted.
@@ -114,6 +155,9 @@ namespace Model private: + Aws::String m_editedValue; + bool m_editedValueHasBeenSet = false; + int m_predictionChoice; bool m_predictionChoiceHasBeenSet = false; diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsRequest.h index e00d9111d27..918034ade43 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsRequest.h @@ -43,42 +43,50 @@ namespace Model /** - * + *Specifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline const Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline bool AcceptChoicesHasBeenSet() const { return m_acceptChoicesHasBeenSet; } /** - * + *Specifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline void SetAcceptChoices(const Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline void SetAcceptChoices(Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline AcceptPredictionsRequest& WithAcceptChoices(const Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline AcceptPredictionsRequest& WithAcceptChoices(Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline AcceptPredictionsRequest& AddAcceptChoices(const AcceptChoice& value) { m_acceptChoicesHasBeenSet = true; m_acceptChoices.push_back(value); return *this; } /** - * + *Specifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be accepted.
*/ inline AcceptPredictionsRequest& AddAcceptChoices(AcceptChoice&& value) { m_acceptChoicesHasBeenSet = true; m_acceptChoices.push_back(std::move(value)); return *this; } @@ -211,83 +219,83 @@ namespace Model /** - * + *The identifier of the asset.
*/ inline const Aws::String& GetIdentifier() const{ return m_identifier; } /** - * + *The identifier of the asset.
*/ inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } /** - * + *The identifier of the asset.
*/ inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; } /** - * + *The identifier of the asset.
*/ inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); } /** - * + *The identifier of the asset.
*/ inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); } /** - * + *The identifier of the asset.
*/ inline AcceptPredictionsRequest& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;} /** - * + *The identifier of the asset.
*/ inline AcceptPredictionsRequest& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} /** - * + *The identifier of the asset.
*/ inline AcceptPredictionsRequest& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline const Aws::String& GetRevision() const{ return m_revision; } /** - * + *The revision that is to be made to the asset.
*/ inline bool RevisionHasBeenSet() const { return m_revisionHasBeenSet; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(const Aws::String& value) { m_revisionHasBeenSet = true; m_revision = value; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(Aws::String&& value) { m_revisionHasBeenSet = true; m_revision = std::move(value); } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(const char* value) { m_revisionHasBeenSet = true; m_revision.assign(value); } /** - * + *The revision that is to be made to the asset.
*/ inline AcceptPredictionsRequest& WithRevision(const Aws::String& value) { SetRevision(value); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline AcceptPredictionsRequest& WithRevision(Aws::String&& value) { SetRevision(std::move(value)); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline AcceptPredictionsRequest& WithRevision(const char* value) { SetRevision(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsResult.h index 859d3e5970a..c19bbd9683c 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AcceptPredictionsResult.h @@ -33,109 +33,109 @@ namespace Model /** - * + *The ID of the asset.
*/ inline const Aws::String& GetAssetId() const{ return m_assetId; } /** - * + *The ID of the asset.
*/ inline void SetAssetId(const Aws::String& value) { m_assetId = value; } /** - * + *The ID of the asset.
*/ inline void SetAssetId(Aws::String&& value) { m_assetId = std::move(value); } /** - * + *The ID of the asset.
*/ inline void SetAssetId(const char* value) { m_assetId.assign(value); } /** - * + *The ID of the asset.
*/ inline AcceptPredictionsResult& WithAssetId(const Aws::String& value) { SetAssetId(value); return *this;} /** - * + *The ID of the asset.
*/ inline AcceptPredictionsResult& WithAssetId(Aws::String&& value) { SetAssetId(std::move(value)); return *this;} /** - * + *The ID of the asset.
*/ inline AcceptPredictionsResult& WithAssetId(const char* value) { SetAssetId(value); return *this;} /** - * + *The identifier of the Amazon DataZone domain.
*/ inline const Aws::String& GetDomainId() const{ return m_domainId; } /** - * + *The identifier of the Amazon DataZone domain.
*/ inline void SetDomainId(const Aws::String& value) { m_domainId = value; } /** - * + *The identifier of the Amazon DataZone domain.
*/ inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); } /** - * + *The identifier of the Amazon DataZone domain.
*/ inline void SetDomainId(const char* value) { m_domainId.assign(value); } /** - * + *The identifier of the Amazon DataZone domain.
*/ inline AcceptPredictionsResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;} /** - * + *The identifier of the Amazon DataZone domain.
*/ inline AcceptPredictionsResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;} /** - * + *The identifier of the Amazon DataZone domain.
*/ inline AcceptPredictionsResult& WithDomainId(const char* value) { SetDomainId(value); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline const Aws::String& GetRevision() const{ return m_revision; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(const Aws::String& value) { m_revision = value; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(Aws::String&& value) { m_revision = std::move(value); } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(const char* value) { m_revision.assign(value); } /** - * + *The revision that is to be made to the asset.
*/ inline AcceptPredictionsResult& WithRevision(const Aws::String& value) { SetRevision(value); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline AcceptPredictionsResult& WithRevision(Aws::String&& value) { SetRevision(std::move(value)); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline AcceptPredictionsResult& WithRevision(const char* value) { SetRevision(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AssetTargetNameMap.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AssetTargetNameMap.h index 7b7645b8eb8..7627ffdc18e 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AssetTargetNameMap.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/AssetTargetNameMap.h @@ -24,7 +24,7 @@ namespace Model { /** - *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline CancelMetadataGenerationRunRequest& WithDomainIdentifier(const Aws::String& value) { SetDomainIdentifier(value); return *this;} + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline CancelMetadataGenerationRunRequest& WithDomainIdentifier(Aws::String&& value) { SetDomainIdentifier(std::move(value)); return *this;} + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run is + * to be cancelled.
+ */ + inline CancelMetadataGenerationRunRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;} + + + /** + *The ID of the metadata generation run.
+ */ + inline const Aws::String& GetIdentifier() const{ return m_identifier; } + + /** + *The ID of the metadata generation run.
+ */ + inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline CancelMetadataGenerationRunRequest& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline CancelMetadataGenerationRunRequest& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline CancelMetadataGenerationRunRequest& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} + + private: + + Aws::String m_domainIdentifier; + bool m_domainIdentifierHasBeenSet = false; + + Aws::String m_identifier; + bool m_identifierHasBeenSet = false; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CancelMetadataGenerationRunResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CancelMetadataGenerationRunResult.h new file mode 100644 index 00000000000..1df47127eee --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CancelMetadataGenerationRunResult.h @@ -0,0 +1,63 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe external identifier of the asset.
*/ inline const Aws::String& GetExternalIdentifier() const{ return m_externalIdentifier; } /** - * + *The external identifier of the asset.
*/ inline bool ExternalIdentifierHasBeenSet() const { return m_externalIdentifierHasBeenSet; } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(const Aws::String& value) { m_externalIdentifierHasBeenSet = true; m_externalIdentifier = value; } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(Aws::String&& value) { m_externalIdentifierHasBeenSet = true; m_externalIdentifier = std::move(value); } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(const char* value) { m_externalIdentifierHasBeenSet = true; m_externalIdentifier.assign(value); } /** - * + *The external identifier of the asset.
*/ inline CreateAssetRequest& WithExternalIdentifier(const Aws::String& value) { SetExternalIdentifier(value); return *this;} /** - * + *The external identifier of the asset.
*/ inline CreateAssetRequest& WithExternalIdentifier(Aws::String&& value) { SetExternalIdentifier(std::move(value)); return *this;} /** - * + *The external identifier of the asset.
*/ inline CreateAssetRequest& WithExternalIdentifier(const char* value) { SetExternalIdentifier(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetResult.h index 0836101a410..a5e9ddd935f 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetResult.h @@ -172,37 +172,37 @@ namespace Model /** - * + *The external identifier of the asset.
*/ inline const Aws::String& GetExternalIdentifier() const{ return m_externalIdentifier; } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(const Aws::String& value) { m_externalIdentifier = value; } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(Aws::String&& value) { m_externalIdentifier = std::move(value); } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(const char* value) { m_externalIdentifier.assign(value); } /** - * + *The external identifier of the asset.
*/ inline CreateAssetResult& WithExternalIdentifier(const Aws::String& value) { SetExternalIdentifier(value); return *this;} /** - * + *The external identifier of the asset.
*/ inline CreateAssetResult& WithExternalIdentifier(Aws::String&& value) { SetExternalIdentifier(std::move(value)); return *this;} /** - * + *The external identifier of the asset.
*/ inline CreateAssetResult& WithExternalIdentifier(const char* value) { SetExternalIdentifier(value); return *this;} @@ -383,27 +383,27 @@ namespace Model /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline const AssetListingDetails& GetListing() const{ return m_listing; } /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline void SetListing(const AssetListingDetails& value) { m_listing = value; } /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline void SetListing(AssetListingDetails&& value) { m_listing = std::move(value); } /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline CreateAssetResult& WithListing(const AssetListingDetails& value) { SetListing(value); return *this;} /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline CreateAssetResult& WithListing(AssetListingDetails&& value) { SetListing(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetRevisionResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetRevisionResult.h index d242be358ee..95825365ea2 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetRevisionResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateAssetRevisionResult.h @@ -179,37 +179,37 @@ namespace Model /** - * + *The external identifier of the asset.
*/ inline const Aws::String& GetExternalIdentifier() const{ return m_externalIdentifier; } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(const Aws::String& value) { m_externalIdentifier = value; } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(Aws::String&& value) { m_externalIdentifier = std::move(value); } /** - * + *The external identifier of the asset.
*/ inline void SetExternalIdentifier(const char* value) { m_externalIdentifier.assign(value); } /** - * + *The external identifier of the asset.
*/ inline CreateAssetRevisionResult& WithExternalIdentifier(const Aws::String& value) { SetExternalIdentifier(value); return *this;} /** - * + *The external identifier of the asset.
*/ inline CreateAssetRevisionResult& WithExternalIdentifier(Aws::String&& value) { SetExternalIdentifier(std::move(value)); return *this;} /** - * + *The external identifier of the asset.
*/ inline CreateAssetRevisionResult& WithExternalIdentifier(const char* value) { SetExternalIdentifier(value); return *this;} @@ -405,27 +405,27 @@ namespace Model /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline const AssetListingDetails& GetListing() const{ return m_listing; } /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline void SetListing(const AssetListingDetails& value) { m_listing = value; } /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline void SetListing(AssetListingDetails&& value) { m_listing = std::move(value); } /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline CreateAssetRevisionResult& WithListing(const AssetListingDetails& value) { SetListing(value); return *this;} /** - * + *The details of an asset published in an Amazon DataZone catalog.
*/ inline CreateAssetRevisionResult& WithListing(AssetListingDetails&& value) { SetListing(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetRequest.h index 27882b33d71..9247c5efa4b 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetRequest.h @@ -36,227 +36,235 @@ namespace Model /** - * + *Specifies whether to publish or unpublish a listing.
*/ inline const ChangeAction& GetAction() const{ return m_action; } /** - * + *Specifies whether to publish or unpublish a listing.
*/ inline bool ActionHasBeenSet() const { return m_actionHasBeenSet; } /** - * + *Specifies whether to publish or unpublish a listing.
*/ inline void SetAction(const ChangeAction& value) { m_actionHasBeenSet = true; m_action = value; } /** - * + *Specifies whether to publish or unpublish a listing.
*/ inline void SetAction(ChangeAction&& value) { m_actionHasBeenSet = true; m_action = std::move(value); } /** - * + *Specifies whether to publish or unpublish a listing.
*/ inline CreateListingChangeSetRequest& WithAction(const ChangeAction& value) { SetAction(value); return *this;} /** - * + *Specifies whether to publish or unpublish a listing.
*/ inline CreateListingChangeSetRequest& WithAction(ChangeAction&& value) { SetAction(std::move(value)); return *this;} /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline const Aws::String& GetClientToken() const{ return m_clientToken; } /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; } /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); } /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); } /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline CreateListingChangeSetRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;} /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline CreateListingChangeSetRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;} /** - * + *A unique, case-sensitive identifier that is provided to ensure the + * idempotency of the request.
*/ inline CreateListingChangeSetRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline CreateListingChangeSetRequest& WithDomainIdentifier(const Aws::String& value) { SetDomainIdentifier(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline CreateListingChangeSetRequest& WithDomainIdentifier(Aws::String&& value) { SetDomainIdentifier(std::move(value)); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline CreateListingChangeSetRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;} /** - * + *The ID of the asset.
*/ inline const Aws::String& GetEntityIdentifier() const{ return m_entityIdentifier; } /** - * + *The ID of the asset.
*/ inline bool EntityIdentifierHasBeenSet() const { return m_entityIdentifierHasBeenSet; } /** - * + *The ID of the asset.
*/ inline void SetEntityIdentifier(const Aws::String& value) { m_entityIdentifierHasBeenSet = true; m_entityIdentifier = value; } /** - * + *The ID of the asset.
*/ inline void SetEntityIdentifier(Aws::String&& value) { m_entityIdentifierHasBeenSet = true; m_entityIdentifier = std::move(value); } /** - * + *The ID of the asset.
*/ inline void SetEntityIdentifier(const char* value) { m_entityIdentifierHasBeenSet = true; m_entityIdentifier.assign(value); } /** - * + *The ID of the asset.
*/ inline CreateListingChangeSetRequest& WithEntityIdentifier(const Aws::String& value) { SetEntityIdentifier(value); return *this;} /** - * + *The ID of the asset.
*/ inline CreateListingChangeSetRequest& WithEntityIdentifier(Aws::String&& value) { SetEntityIdentifier(std::move(value)); return *this;} /** - * + *The ID of the asset.
*/ inline CreateListingChangeSetRequest& WithEntityIdentifier(const char* value) { SetEntityIdentifier(value); return *this;} /** - * + *The revision of an asset.
*/ inline const Aws::String& GetEntityRevision() const{ return m_entityRevision; } /** - * + *The revision of an asset.
*/ inline bool EntityRevisionHasBeenSet() const { return m_entityRevisionHasBeenSet; } /** - * + *The revision of an asset.
*/ inline void SetEntityRevision(const Aws::String& value) { m_entityRevisionHasBeenSet = true; m_entityRevision = value; } /** - * + *The revision of an asset.
*/ inline void SetEntityRevision(Aws::String&& value) { m_entityRevisionHasBeenSet = true; m_entityRevision = std::move(value); } /** - * + *The revision of an asset.
*/ inline void SetEntityRevision(const char* value) { m_entityRevisionHasBeenSet = true; m_entityRevision.assign(value); } /** - * + *The revision of an asset.
*/ inline CreateListingChangeSetRequest& WithEntityRevision(const Aws::String& value) { SetEntityRevision(value); return *this;} /** - * + *The revision of an asset.
*/ inline CreateListingChangeSetRequest& WithEntityRevision(Aws::String&& value) { SetEntityRevision(std::move(value)); return *this;} /** - * + *The revision of an asset.
*/ inline CreateListingChangeSetRequest& WithEntityRevision(const char* value) { SetEntityRevision(value); return *this;} /** - * + *The type of an entity.
*/ inline const EntityType& GetEntityType() const{ return m_entityType; } /** - * + *The type of an entity.
*/ inline bool EntityTypeHasBeenSet() const { return m_entityTypeHasBeenSet; } /** - * + *The type of an entity.
*/ inline void SetEntityType(const EntityType& value) { m_entityTypeHasBeenSet = true; m_entityType = value; } /** - * + *The type of an entity.
*/ inline void SetEntityType(EntityType&& value) { m_entityTypeHasBeenSet = true; m_entityType = std::move(value); } /** - * + *The type of an entity.
*/ inline CreateListingChangeSetRequest& WithEntityType(const EntityType& value) { SetEntityType(value); return *this;} /** - * + *The type of an entity.
*/ inline CreateListingChangeSetRequest& WithEntityType(EntityType&& value) { SetEntityType(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetResult.h index 3bd0a0d4d2e..35f0d23b12e 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateListingChangeSetResult.h @@ -34,99 +34,99 @@ namespace Model /** - * + *The ID of the listing (a record of an asset at a given time).
*/ inline const Aws::String& GetListingId() const{ return m_listingId; } /** - * + *The ID of the listing (a record of an asset at a given time).
*/ inline void SetListingId(const Aws::String& value) { m_listingId = value; } /** - * + *The ID of the listing (a record of an asset at a given time).
*/ inline void SetListingId(Aws::String&& value) { m_listingId = std::move(value); } /** - * + *The ID of the listing (a record of an asset at a given time).
*/ inline void SetListingId(const char* value) { m_listingId.assign(value); } /** - * + *The ID of the listing (a record of an asset at a given time).
*/ inline CreateListingChangeSetResult& WithListingId(const Aws::String& value) { SetListingId(value); return *this;} /** - * + *The ID of the listing (a record of an asset at a given time).
*/ inline CreateListingChangeSetResult& WithListingId(Aws::String&& value) { SetListingId(std::move(value)); return *this;} /** - * + *The ID of the listing (a record of an asset at a given time).
*/ inline CreateListingChangeSetResult& WithListingId(const char* value) { SetListingId(value); return *this;} /** - * + *The revision of a listing.
*/ inline const Aws::String& GetListingRevision() const{ return m_listingRevision; } /** - * + *The revision of a listing.
*/ inline void SetListingRevision(const Aws::String& value) { m_listingRevision = value; } /** - * + *The revision of a listing.
*/ inline void SetListingRevision(Aws::String&& value) { m_listingRevision = std::move(value); } /** - * + *The revision of a listing.
*/ inline void SetListingRevision(const char* value) { m_listingRevision.assign(value); } /** - * + *The revision of a listing.
*/ inline CreateListingChangeSetResult& WithListingRevision(const Aws::String& value) { SetListingRevision(value); return *this;} /** - * + *The revision of a listing.
*/ inline CreateListingChangeSetResult& WithListingRevision(Aws::String&& value) { SetListingRevision(std::move(value)); return *this;} /** - * + *The revision of a listing.
*/ inline CreateListingChangeSetResult& WithListingRevision(const char* value) { SetListingRevision(value); return *this;} /** - * + *Specifies the status of the listing.
*/ inline const ListingStatus& GetStatus() const{ return m_status; } /** - * + *Specifies the status of the listing.
*/ inline void SetStatus(const ListingStatus& value) { m_status = value; } /** - * + *Specifies the status of the listing.
*/ inline void SetStatus(ListingStatus&& value) { m_status = std::move(value); } /** - * + *Specifies the status of the listing.
*/ inline CreateListingChangeSetResult& WithStatus(const ListingStatus& value) { SetStatus(value); return *this;} /** - * + *Specifies the status of the listing.
*/ inline CreateListingChangeSetResult& WithStatus(ListingStatus&& value) { SetStatus(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateProjectResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateProjectResult.h index 4b7a4343efe..2153d6df2ba 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateProjectResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateProjectResult.h @@ -178,37 +178,44 @@ namespace Model /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline CreateProjectResult& WithFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline CreateProjectResult& WithFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline CreateProjectResult& AddFailureReasons(const ProjectDeletionError& value) { m_failureReasons.push_back(value); return *this; } /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline CreateProjectResult& AddFailureReasons(ProjectDeletionError&& value) { m_failureReasons.push_back(std::move(value)); return *this; } @@ -353,27 +360,27 @@ namespace Model /** - *Status of the project
+ *The status of the Amazon DataZone project that was created.
*/ inline const ProjectStatus& GetProjectStatus() const{ return m_projectStatus; } /** - *Status of the project
+ *The status of the Amazon DataZone project that was created.
*/ inline void SetProjectStatus(const ProjectStatus& value) { m_projectStatus = value; } /** - *Status of the project
+ *The status of the Amazon DataZone project that was created.
*/ inline void SetProjectStatus(ProjectStatus&& value) { m_projectStatus = std::move(value); } /** - *Status of the project
+ *The status of the Amazon DataZone project that was created.
*/ inline CreateProjectResult& WithProjectStatus(const ProjectStatus& value) { SetProjectStatus(value); return *this;} /** - *Status of the project
+ *The status of the Amazon DataZone project that was created.
*/ inline CreateProjectResult& WithProjectStatus(ProjectStatus&& value) { SetProjectStatus(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestRequest.h index 36645697b27..2a61aa1335d 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestRequest.h @@ -176,42 +176,42 @@ namespace Model /** - * + *The published asset for which the subscription grant is to be created.
*/ inline const Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline bool SubscribedListingsHasBeenSet() const { return m_subscribedListingsHasBeenSet; } /** - * + *The published asset for which the subscription grant is to be created.
*/ inline void SetSubscribedListings(const Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline void SetSubscribedListings(Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestRequest& WithSubscribedListings(const Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestRequest& WithSubscribedListings(Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestRequest& AddSubscribedListings(const SubscribedListingInput& value) { m_subscribedListingsHasBeenSet = true; m_subscribedListings.push_back(value); return *this; } /** - * + *The published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestRequest& AddSubscribedListings(SubscribedListingInput&& value) { m_subscribedListingsHasBeenSet = true; m_subscribedListings.push_back(std::move(value)); return *this; } diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestResult.h index 38bd88eebd5..968a7ce3942 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/CreateSubscriptionRequestResult.h @@ -313,37 +313,37 @@ namespace Model /** - * + *The published asset for which the subscription grant is to be created.
*/ inline const Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline void SetSubscribedListings(const Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline void SetSubscribedListings(Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestResult& WithSubscribedListings(const Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestResult& WithSubscribedListings(Aws::VectorThe published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestResult& AddSubscribedListings(const SubscribedListing& value) { m_subscribedListings.push_back(value); return *this; } /** - * + *The published asset for which the subscription grant is to be created.
*/ inline CreateSubscriptionRequestResult& AddSubscribedListings(SubscribedListing&& value) { m_subscribedListings.push_back(std::move(value)); return *this; } diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteDomainRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteDomainRequest.h index be30f854302..89ca4aef7bc 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteDomainRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteDomainRequest.h @@ -130,22 +130,26 @@ namespace Model /** - *Optional flag to delete all child entities within the domain
+ *Specifies the optional flag to delete all child entities within the + * domain.
*/ inline bool GetSkipDeletionCheck() const{ return m_skipDeletionCheck; } /** - *Optional flag to delete all child entities within the domain
+ *Specifies the optional flag to delete all child entities within the + * domain.
*/ inline bool SkipDeletionCheckHasBeenSet() const { return m_skipDeletionCheckHasBeenSet; } /** - *Optional flag to delete all child entities within the domain
+ *Specifies the optional flag to delete all child entities within the + * domain.
*/ inline void SetSkipDeletionCheck(bool value) { m_skipDeletionCheckHasBeenSet = true; m_skipDeletionCheck = value; } /** - *Optional flag to delete all child entities within the domain
+ *Specifies the optional flag to delete all child entities within the + * domain.
*/ inline DeleteDomainRequest& WithSkipDeletionCheck(bool value) { SetSkipDeletionCheck(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteListingRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteListingRequest.h index 055afc522fa..46d379bc7da 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteListingRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteListingRequest.h @@ -33,83 +33,83 @@ namespace Model /** - * + *The ID of the Amazon DataZone domain.
*/ inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline DeleteListingRequest& WithDomainIdentifier(const Aws::String& value) { SetDomainIdentifier(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline DeleteListingRequest& WithDomainIdentifier(Aws::String&& value) { SetDomainIdentifier(std::move(value)); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline DeleteListingRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;} /** - * + *The ID of the listing to be deleted.
*/ inline const Aws::String& GetIdentifier() const{ return m_identifier; } /** - * + *The ID of the listing to be deleted.
*/ inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } /** - * + *The ID of the listing to be deleted.
*/ inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; } /** - * + *The ID of the listing to be deleted.
*/ inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); } /** - * + *The ID of the listing to be deleted.
*/ inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); } /** - * + *The ID of the listing to be deleted.
*/ inline DeleteListingRequest& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;} /** - * + *The ID of the listing to be deleted.
*/ inline DeleteListingRequest& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} /** - * + *The ID of the listing to be deleted.
*/ inline DeleteListingRequest& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteProjectRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteProjectRequest.h index c519e65be84..b2cd5d4efea 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteProjectRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/DeleteProjectRequest.h @@ -121,22 +121,26 @@ namespace Model /** - *Optional flag to asynchronously delete child entities within the project
+ *Specifies the optional flag to delete all child entities within the + * project.
*/ inline bool GetSkipDeletionCheck() const{ return m_skipDeletionCheck; } /** - *Optional flag to asynchronously delete child entities within the project
+ *Specifies the optional flag to delete all child entities within the + * project.
*/ inline bool SkipDeletionCheckHasBeenSet() const { return m_skipDeletionCheckHasBeenSet; } /** - *Optional flag to asynchronously delete child entities within the project
+ *Specifies the optional flag to delete all child entities within the + * project.
*/ inline void SetSkipDeletionCheck(bool value) { m_skipDeletionCheckHasBeenSet = true; m_skipDeletionCheck = value; } /** - *Optional flag to asynchronously delete child entities within the project
+ *Specifies the optional flag to delete all child entities within the + * project.
*/ inline DeleteProjectRequest& WithSkipDeletionCheck(bool value) { SetSkipDeletionCheck(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetAssetResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetAssetResult.h index 0cf0916e5cf..5b84b4233b0 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetAssetResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetAssetResult.h @@ -171,37 +171,37 @@ namespace Model /** - * + *The external ID of the asset.
*/ inline const Aws::String& GetExternalIdentifier() const{ return m_externalIdentifier; } /** - * + *The external ID of the asset.
*/ inline void SetExternalIdentifier(const Aws::String& value) { m_externalIdentifier = value; } /** - * + *The external ID of the asset.
*/ inline void SetExternalIdentifier(Aws::String&& value) { m_externalIdentifier = std::move(value); } /** - * + *The external ID of the asset.
*/ inline void SetExternalIdentifier(const char* value) { m_externalIdentifier.assign(value); } /** - * + *The external ID of the asset.
*/ inline GetAssetResult& WithExternalIdentifier(const Aws::String& value) { SetExternalIdentifier(value); return *this;} /** - * + *The external ID of the asset.
*/ inline GetAssetResult& WithExternalIdentifier(Aws::String&& value) { SetExternalIdentifier(std::move(value)); return *this;} /** - * + *The external ID of the asset.
*/ inline GetAssetResult& WithExternalIdentifier(const char* value) { SetExternalIdentifier(value); return *this;} @@ -382,27 +382,27 @@ namespace Model /** - * + *The listing of the asset.
*/ inline const AssetListingDetails& GetListing() const{ return m_listing; } /** - * + *The listing of the asset.
*/ inline void SetListing(const AssetListingDetails& value) { m_listing = value; } /** - * + *The listing of the asset.
*/ inline void SetListing(AssetListingDetails&& value) { m_listing = std::move(value); } /** - * + *The listing of the asset.
*/ inline GetAssetResult& WithListing(const AssetListingDetails& value) { SetListing(value); return *this;} /** - * + *The listing of the asset.
*/ inline GetAssetResult& WithListing(AssetListingDetails&& value) { SetListing(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetDataSourceResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetDataSourceResult.h index cc6e5f599c1..cf062577713 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetDataSourceResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetDataSourceResult.h @@ -529,27 +529,27 @@ namespace Model /** - * + *The recommendation configuration of the data source.
*/ inline const RecommendationConfiguration& GetRecommendation() const{ return m_recommendation; } /** - * + *The recommendation configuration of the data source.
*/ inline void SetRecommendation(const RecommendationConfiguration& value) { m_recommendation = value; } /** - * + *The recommendation configuration of the data source.
*/ inline void SetRecommendation(RecommendationConfiguration&& value) { m_recommendation = std::move(value); } /** - * + *The recommendation configuration of the data source.
*/ inline GetDataSourceResult& WithRecommendation(const RecommendationConfiguration& value) { SetRecommendation(value); return *this;} /** - * + *The recommendation configuration of the data source.
*/ inline GetDataSourceResult& WithRecommendation(RecommendationConfiguration&& value) { SetRecommendation(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingRequest.h index eefe6e6374f..6db312efca5 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingRequest.h @@ -39,124 +39,124 @@ namespace Model /** - * + *The ID of the Amazon DataZone domain.
*/ inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline GetListingRequest& WithDomainIdentifier(const Aws::String& value) { SetDomainIdentifier(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline GetListingRequest& WithDomainIdentifier(Aws::String&& value) { SetDomainIdentifier(std::move(value)); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline GetListingRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;} /** - * + *The ID of the listing.
*/ inline const Aws::String& GetIdentifier() const{ return m_identifier; } /** - * + *The ID of the listing.
*/ inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } /** - * + *The ID of the listing.
*/ inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; } /** - * + *The ID of the listing.
*/ inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); } /** - * + *The ID of the listing.
*/ inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); } /** - * + *The ID of the listing.
*/ inline GetListingRequest& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;} /** - * + *The ID of the listing.
*/ inline GetListingRequest& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} /** - * + *The ID of the listing.
*/ inline GetListingRequest& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} /** - * + *The revision of the listing.
*/ inline const Aws::String& GetListingRevision() const{ return m_listingRevision; } /** - * + *The revision of the listing.
*/ inline bool ListingRevisionHasBeenSet() const { return m_listingRevisionHasBeenSet; } /** - * + *The revision of the listing.
*/ inline void SetListingRevision(const Aws::String& value) { m_listingRevisionHasBeenSet = true; m_listingRevision = value; } /** - * + *The revision of the listing.
*/ inline void SetListingRevision(Aws::String&& value) { m_listingRevisionHasBeenSet = true; m_listingRevision = std::move(value); } /** - * + *The revision of the listing.
*/ inline void SetListingRevision(const char* value) { m_listingRevisionHasBeenSet = true; m_listingRevision.assign(value); } /** - * + *The revision of the listing.
*/ inline GetListingRequest& WithListingRevision(const Aws::String& value) { SetListingRevision(value); return *this;} /** - * + *The revision of the listing.
*/ inline GetListingRequest& WithListingRevision(Aws::String&& value) { SetListingRevision(std::move(value)); return *this;} /** - * + *The revision of the listing.
*/ inline GetListingRequest& WithListingRevision(const char* value) { SetListingRevision(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingResult.h index 4c8ae6f8fbf..f4e8acc56d9 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetListingResult.h @@ -36,27 +36,27 @@ namespace Model /** - * + *The timestamp of when the listing was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** - * + *The timestamp of when the listing was created.
*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; } /** - * + *The timestamp of when the listing was created.
*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAt = std::move(value); } /** - * + *The timestamp of when the listing was created.
*/ inline GetListingResult& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** - * + *The timestamp of when the listing was created.
*/ inline GetListingResult& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} @@ -98,233 +98,233 @@ namespace Model /** - * + *The description of the listing.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** - * + *The description of the listing.
*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** - * + *The description of the listing.
*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** - * + *The description of the listing.
*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** - * + *The description of the listing.
*/ inline GetListingResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** - * + *The description of the listing.
*/ inline GetListingResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** - * + *The description of the listing.
*/ inline GetListingResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline const Aws::String& GetDomainId() const{ return m_domainId; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainId(const Aws::String& value) { m_domainId = value; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainId(const char* value) { m_domainId.assign(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline GetListingResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline GetListingResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline GetListingResult& WithDomainId(const char* value) { SetDomainId(value); return *this;} /** - * + *The ID of the listing.
*/ inline const Aws::String& GetId() const{ return m_id; } /** - * + *The ID of the listing.
*/ inline void SetId(const Aws::String& value) { m_id = value; } /** - * + *The ID of the listing.
*/ inline void SetId(Aws::String&& value) { m_id = std::move(value); } /** - * + *The ID of the listing.
*/ inline void SetId(const char* value) { m_id.assign(value); } /** - * + *The ID of the listing.
*/ inline GetListingResult& WithId(const Aws::String& value) { SetId(value); return *this;} /** - * + *The ID of the listing.
*/ inline GetListingResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** - * + *The ID of the listing.
*/ inline GetListingResult& WithId(const char* value) { SetId(value); return *this;} /** - * + *The details of a listing.
*/ inline const ListingItem& GetItem() const{ return m_item; } /** - * + *The details of a listing.
*/ inline void SetItem(const ListingItem& value) { m_item = value; } /** - * + *The details of a listing.
*/ inline void SetItem(ListingItem&& value) { m_item = std::move(value); } /** - * + *The details of a listing.
*/ inline GetListingResult& WithItem(const ListingItem& value) { SetItem(value); return *this;} /** - * + *The details of a listing.
*/ inline GetListingResult& WithItem(ListingItem&& value) { SetItem(std::move(value)); return *this;} /** - * + *The revision of a listing.
*/ inline const Aws::String& GetListingRevision() const{ return m_listingRevision; } /** - * + *The revision of a listing.
*/ inline void SetListingRevision(const Aws::String& value) { m_listingRevision = value; } /** - * + *The revision of a listing.
*/ inline void SetListingRevision(Aws::String&& value) { m_listingRevision = std::move(value); } /** - * + *The revision of a listing.
*/ inline void SetListingRevision(const char* value) { m_listingRevision.assign(value); } /** - * + *The revision of a listing.
*/ inline GetListingResult& WithListingRevision(const Aws::String& value) { SetListingRevision(value); return *this;} /** - * + *The revision of a listing.
*/ inline GetListingResult& WithListingRevision(Aws::String&& value) { SetListingRevision(std::move(value)); return *this;} /** - * + *The revision of a listing.
*/ inline GetListingResult& WithListingRevision(const char* value) { SetListingRevision(value); return *this;} /** - * + *The name of the listing.
*/ inline const Aws::String& GetName() const{ return m_name; } /** - * + *The name of the listing.
*/ inline void SetName(const Aws::String& value) { m_name = value; } /** - * + *The name of the listing.
*/ inline void SetName(Aws::String&& value) { m_name = std::move(value); } /** - * + *The name of the listing.
*/ inline void SetName(const char* value) { m_name.assign(value); } /** - * + *The name of the listing.
*/ inline GetListingResult& WithName(const Aws::String& value) { SetName(value); return *this;} /** - * + *The name of the listing.
*/ inline GetListingResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** - * + *The name of the listing.
*/ inline GetListingResult& WithName(const char* value) { SetName(value); return *this;} /** - * + *The status of the listing.
*/ inline const ListingStatus& GetStatus() const{ return m_status; } /** - * + *The status of the listing.
*/ inline void SetStatus(const ListingStatus& value) { m_status = value; } /** - * + *The status of the listing.
*/ inline void SetStatus(ListingStatus&& value) { m_status = std::move(value); } /** - * + *The status of the listing.
*/ inline GetListingResult& WithStatus(const ListingStatus& value) { SetStatus(value); return *this;} /** - * + *The status of the listing.
*/ inline GetListingResult& WithStatus(ListingStatus&& value) { SetStatus(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetMetadataGenerationRunRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetMetadataGenerationRunRequest.h new file mode 100644 index 00000000000..60af8afa559 --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetMetadataGenerationRunRequest.h @@ -0,0 +1,135 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline GetMetadataGenerationRunRequest& WithDomainIdentifier(const Aws::String& value) { SetDomainIdentifier(value); return *this;} + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline GetMetadataGenerationRunRequest& WithDomainIdentifier(Aws::String&& value) { SetDomainIdentifier(std::move(value)); return *this;} + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline GetMetadataGenerationRunRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;} + + + /** + *The identifier of the metadata generation run.
+ */ + inline const Aws::String& GetIdentifier() const{ return m_identifier; } + + /** + *The identifier of the metadata generation run.
+ */ + inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } + + /** + *The identifier of the metadata generation run.
+ */ + inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; } + + /** + *The identifier of the metadata generation run.
+ */ + inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); } + + /** + *The identifier of the metadata generation run.
+ */ + inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); } + + /** + *The identifier of the metadata generation run.
+ */ + inline GetMetadataGenerationRunRequest& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;} + + /** + *The identifier of the metadata generation run.
+ */ + inline GetMetadataGenerationRunRequest& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} + + /** + *The identifier of the metadata generation run.
+ */ + inline GetMetadataGenerationRunRequest& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} + + private: + + Aws::String m_domainIdentifier; + bool m_domainIdentifierHasBeenSet = false; + + Aws::String m_identifier; + bool m_identifierHasBeenSet = false; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetMetadataGenerationRunResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetMetadataGenerationRunResult.h new file mode 100644 index 00000000000..5b3a9767f5a --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetMetadataGenerationRunResult.h @@ -0,0 +1,345 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe timestamp of when the metadata generation run was start.
+ */ + inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } + + /** + *The timestamp of when the metadata generation run was start.
+ */ + inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; } + + /** + *The timestamp of when the metadata generation run was start.
+ */ + inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAt = std::move(value); } + + /** + *The timestamp of when the metadata generation run was start.
+ */ + inline GetMetadataGenerationRunResult& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} + + /** + *The timestamp of when the metadata generation run was start.
+ */ + inline GetMetadataGenerationRunResult& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} + + + /** + *The Amazon DataZone user who started the metadata generation run.
+ */ + inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } + + /** + *The Amazon DataZone user who started the metadata generation run.
+ */ + inline void SetCreatedBy(const Aws::String& value) { m_createdBy = value; } + + /** + *The Amazon DataZone user who started the metadata generation run.
+ */ + inline void SetCreatedBy(Aws::String&& value) { m_createdBy = std::move(value); } + + /** + *The Amazon DataZone user who started the metadata generation run.
+ */ + inline void SetCreatedBy(const char* value) { m_createdBy.assign(value); } + + /** + *The Amazon DataZone user who started the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;} + + /** + *The Amazon DataZone user who started the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;} + + /** + *The Amazon DataZone user who started the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;} + + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline const Aws::String& GetDomainId() const{ return m_domainId; } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline void SetDomainId(const Aws::String& value) { m_domainId = value; } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline void SetDomainId(const char* value) { m_domainId.assign(value); } + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline GetMetadataGenerationRunResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;} + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline GetMetadataGenerationRunResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;} + + /** + *The ID of the Amazon DataZone domain the metadata generation run of which you + * want to get.
+ */ + inline GetMetadataGenerationRunResult& WithDomainId(const char* value) { SetDomainId(value); return *this;} + + + /** + *The ID of the metadata generation run.
+ */ + inline const Aws::String& GetId() const{ return m_id; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(const Aws::String& value) { m_id = value; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(Aws::String&& value) { m_id = std::move(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(const char* value) { m_id.assign(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithId(const Aws::String& value) { SetId(value); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithId(const char* value) { SetId(value); return *this;} + + + /** + *The ID of the project that owns the assets for which you're running metadata + * generation.
+ */ + inline const Aws::String& GetOwningProjectId() const{ return m_owningProjectId; } + + /** + *The ID of the project that owns the assets for which you're running metadata + * generation.
+ */ + inline void SetOwningProjectId(const Aws::String& value) { m_owningProjectId = value; } + + /** + *The ID of the project that owns the assets for which you're running metadata + * generation.
+ */ + inline void SetOwningProjectId(Aws::String&& value) { m_owningProjectId = std::move(value); } + + /** + *The ID of the project that owns the assets for which you're running metadata + * generation.
+ */ + inline void SetOwningProjectId(const char* value) { m_owningProjectId.assign(value); } + + /** + *The ID of the project that owns the assets for which you're running metadata + * generation.
+ */ + inline GetMetadataGenerationRunResult& WithOwningProjectId(const Aws::String& value) { SetOwningProjectId(value); return *this;} + + /** + *The ID of the project that owns the assets for which you're running metadata + * generation.
+ */ + inline GetMetadataGenerationRunResult& WithOwningProjectId(Aws::String&& value) { SetOwningProjectId(std::move(value)); return *this;} + + /** + *The ID of the project that owns the assets for which you're running metadata + * generation.
+ */ + inline GetMetadataGenerationRunResult& WithOwningProjectId(const char* value) { SetOwningProjectId(value); return *this;} + + + /** + *The status of the metadata generation run.
+ */ + inline const MetadataGenerationRunStatus& GetStatus() const{ return m_status; } + + /** + *The status of the metadata generation run.
+ */ + inline void SetStatus(const MetadataGenerationRunStatus& value) { m_status = value; } + + /** + *The status of the metadata generation run.
+ */ + inline void SetStatus(MetadataGenerationRunStatus&& value) { m_status = std::move(value); } + + /** + *The status of the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithStatus(const MetadataGenerationRunStatus& value) { SetStatus(value); return *this;} + + /** + *The status of the metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithStatus(MetadataGenerationRunStatus&& value) { SetStatus(std::move(value)); return *this;} + + + /** + *The asset for which you're generating metadata.
+ */ + inline const MetadataGenerationRunTarget& GetTarget() const{ return m_target; } + + /** + *The asset for which you're generating metadata.
+ */ + inline void SetTarget(const MetadataGenerationRunTarget& value) { m_target = value; } + + /** + *The asset for which you're generating metadata.
+ */ + inline void SetTarget(MetadataGenerationRunTarget&& value) { m_target = std::move(value); } + + /** + *The asset for which you're generating metadata.
+ */ + inline GetMetadataGenerationRunResult& WithTarget(const MetadataGenerationRunTarget& value) { SetTarget(value); return *this;} + + /** + *The asset for which you're generating metadata.
+ */ + inline GetMetadataGenerationRunResult& WithTarget(MetadataGenerationRunTarget&& value) { SetTarget(std::move(value)); return *this;} + + + /** + *The type of metadata generation run.
+ */ + inline const MetadataGenerationRunType& GetType() const{ return m_type; } + + /** + *The type of metadata generation run.
+ */ + inline void SetType(const MetadataGenerationRunType& value) { m_type = value; } + + /** + *The type of metadata generation run.
+ */ + inline void SetType(MetadataGenerationRunType&& value) { m_type = std::move(value); } + + /** + *The type of metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithType(const MetadataGenerationRunType& value) { SetType(value); return *this;} + + /** + *The type of metadata generation run.
+ */ + inline GetMetadataGenerationRunResult& WithType(MetadataGenerationRunType&& 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 GetMetadataGenerationRunResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} + + + inline GetMetadataGenerationRunResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} + + + inline GetMetadataGenerationRunResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} + + private: + + Aws::Utils::DateTime m_createdAt; + + Aws::String m_createdBy; + + Aws::String m_domainId; + + Aws::String m_id; + + Aws::String m_owningProjectId; + + MetadataGenerationRunStatus m_status; + + MetadataGenerationRunTarget m_target; + + MetadataGenerationRunType m_type; + + Aws::String m_requestId; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetProjectResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetProjectResult.h index 05234c1c2cc..04a74c6f34f 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetProjectResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetProjectResult.h @@ -171,37 +171,44 @@ namespace Model /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline GetProjectResult& WithFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline GetProjectResult& WithFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline GetProjectResult& AddFailureReasons(const ProjectDeletionError& value) { m_failureReasons.push_back(value); return *this; } /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline GetProjectResult& AddFailureReasons(ProjectDeletionError&& value) { m_failureReasons.push_back(std::move(value)); return *this; } @@ -346,27 +353,27 @@ namespace Model /** - *Status of the project
+ *The status of the project.
*/ inline const ProjectStatus& GetProjectStatus() const{ return m_projectStatus; } /** - *Status of the project
+ *The status of the project.
*/ inline void SetProjectStatus(const ProjectStatus& value) { m_projectStatus = value; } /** - *Status of the project
+ *The status of the project.
*/ inline void SetProjectStatus(ProjectStatus&& value) { m_projectStatus = std::move(value); } /** - *Status of the project
+ *The status of the project.
*/ inline GetProjectResult& WithProjectStatus(const ProjectStatus& value) { SetProjectStatus(value); return *this;} /** - *Status of the project
+ *The status of the project.
*/ inline GetProjectResult& WithProjectStatus(ProjectStatus&& value) { SetProjectStatus(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetSubscriptionResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetSubscriptionResult.h index 112f6d0bdf9..be3d807e8cc 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetSubscriptionResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/GetSubscriptionResult.h @@ -213,27 +213,32 @@ namespace Model /** - * + *The details of the published asset for which the subscription grant is + * created.
*/ inline const SubscribedListing& GetSubscribedListing() const{ return m_subscribedListing; } /** - * + *The details of the published asset for which the subscription grant is + * created.
*/ inline void SetSubscribedListing(const SubscribedListing& value) { m_subscribedListing = value; } /** - * + *The details of the published asset for which the subscription grant is + * created.
*/ inline void SetSubscribedListing(SubscribedListing&& value) { m_subscribedListing = std::move(value); } /** - * + *The details of the published asset for which the subscription grant is + * created.
*/ inline GetSubscriptionResult& WithSubscribedListing(const SubscribedListing& value) { SetSubscribedListing(value); return *this;} /** - * + *The details of the published asset for which the subscription grant is + * created.
*/ inline GetSubscriptionResult& WithSubscribedListing(SubscribedListing&& value) { SetSubscribedListing(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListEnvironmentsRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListEnvironmentsRequest.h index 7bc3d5a359f..00174f131e2 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListEnvironmentsRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListEnvironmentsRequest.h @@ -290,42 +290,42 @@ namespace Model /** - * + *The name of the environment.
*/ inline const Aws::String& GetName() const{ return m_name; } /** - * + *The name of the environment.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** - * + *The name of the environment.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** - * + *The name of the environment.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** - * + *The name of the environment.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** - * + *The name of the environment.
*/ inline ListEnvironmentsRequest& WithName(const Aws::String& value) { SetName(value); return *this;} /** - * + *The name of the environment.
*/ inline ListEnvironmentsRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** - * + *The name of the environment.
*/ inline ListEnvironmentsRequest& WithName(const char* value) { SetName(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListMetadataGenerationRunsRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListMetadataGenerationRunsRequest.h new file mode 100644 index 00000000000..1bd75df46b2 --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListMetadataGenerationRunsRequest.h @@ -0,0 +1,291 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; } + + /** + *The ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; } + + /** + *The ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; } + + /** + *The ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); } + + /** + *The ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); } + + /** + *The ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline ListMetadataGenerationRunsRequest& WithDomainIdentifier(const Aws::String& value) { SetDomainIdentifier(value); return *this;} + + /** + *The ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline ListMetadataGenerationRunsRequest& WithDomainIdentifier(Aws::String&& value) { SetDomainIdentifier(std::move(value)); return *this;} + + /** + *The ID of the Amazon DataZone domain where you want to list metadata + * generation runs.
+ */ + inline ListMetadataGenerationRunsRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;} + + + /** + *The maximum number of metadata generation runs to return in a single call to + * ListMetadataGenerationRuns. When the number of metadata generation runs to be + * listed is greater than the value of MaxResults, the response contains a + * NextToken value that you can use in a subsequent call to + * ListMetadataGenerationRuns to list the next set of revisions.
+ */ + inline int GetMaxResults() const{ return m_maxResults; } + + /** + *The maximum number of metadata generation runs to return in a single call to + * ListMetadataGenerationRuns. When the number of metadata generation runs to be + * listed is greater than the value of MaxResults, the response contains a + * NextToken value that you can use in a subsequent call to + * ListMetadataGenerationRuns to list the next set of revisions.
+ */ + inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } + + /** + *The maximum number of metadata generation runs to return in a single call to + * ListMetadataGenerationRuns. When the number of metadata generation runs to be + * listed is greater than the value of MaxResults, the response contains a + * NextToken value that you can use in a subsequent call to + * ListMetadataGenerationRuns to list the next set of revisions.
+ */ + inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } + + /** + *The maximum number of metadata generation runs to return in a single call to + * ListMetadataGenerationRuns. When the number of metadata generation runs to be + * listed is greater than the value of MaxResults, the response contains a + * NextToken value that you can use in a subsequent call to + * ListMetadataGenerationRuns to list the next set of revisions.
+ */ + inline ListMetadataGenerationRunsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} + + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline const Aws::String& GetNextToken() const{ return m_nextToken; } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline ListMetadataGenerationRunsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline ListMetadataGenerationRunsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline ListMetadataGenerationRunsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} + + + /** + *The status of the metadata generation runs.
+ */ + inline const MetadataGenerationRunStatus& GetStatus() const{ return m_status; } + + /** + *The status of the metadata generation runs.
+ */ + inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } + + /** + *The status of the metadata generation runs.
+ */ + inline void SetStatus(const MetadataGenerationRunStatus& value) { m_statusHasBeenSet = true; m_status = value; } + + /** + *The status of the metadata generation runs.
+ */ + inline void SetStatus(MetadataGenerationRunStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } + + /** + *The status of the metadata generation runs.
+ */ + inline ListMetadataGenerationRunsRequest& WithStatus(const MetadataGenerationRunStatus& value) { SetStatus(value); return *this;} + + /** + *The status of the metadata generation runs.
+ */ + inline ListMetadataGenerationRunsRequest& WithStatus(MetadataGenerationRunStatus&& value) { SetStatus(std::move(value)); return *this;} + + + /** + *The type of the metadata generation runs.
+ */ + inline const MetadataGenerationRunType& GetType() const{ return m_type; } + + /** + *The type of the metadata generation runs.
+ */ + inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } + + /** + *The type of the metadata generation runs.
+ */ + inline void SetType(const MetadataGenerationRunType& value) { m_typeHasBeenSet = true; m_type = value; } + + /** + *The type of the metadata generation runs.
+ */ + inline void SetType(MetadataGenerationRunType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } + + /** + *The type of the metadata generation runs.
+ */ + inline ListMetadataGenerationRunsRequest& WithType(const MetadataGenerationRunType& value) { SetType(value); return *this;} + + /** + *The type of the metadata generation runs.
+ */ + inline ListMetadataGenerationRunsRequest& WithType(MetadataGenerationRunType&& value) { SetType(std::move(value)); return *this;} + + private: + + Aws::String m_domainIdentifier; + bool m_domainIdentifierHasBeenSet = false; + + int m_maxResults; + bool m_maxResultsHasBeenSet = false; + + Aws::String m_nextToken; + bool m_nextTokenHasBeenSet = false; + + MetadataGenerationRunStatus m_status; + bool m_statusHasBeenSet = false; + + MetadataGenerationRunType m_type; + bool m_typeHasBeenSet = false; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListMetadataGenerationRunsResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListMetadataGenerationRunsResult.h new file mode 100644 index 00000000000..10797df8f0c --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ListMetadataGenerationRunsResult.h @@ -0,0 +1,176 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe results of the ListMetadataGenerationRuns action.
+ */ + inline const Aws::VectorThe results of the ListMetadataGenerationRuns action.
+ */ + inline void SetItems(const Aws::VectorThe results of the ListMetadataGenerationRuns action.
+ */ + inline void SetItems(Aws::VectorThe results of the ListMetadataGenerationRuns action.
+ */ + inline ListMetadataGenerationRunsResult& WithItems(const Aws::VectorThe results of the ListMetadataGenerationRuns action.
+ */ + inline ListMetadataGenerationRunsResult& WithItems(Aws::VectorThe results of the ListMetadataGenerationRuns action.
+ */ + inline ListMetadataGenerationRunsResult& AddItems(const MetadataGenerationRunItem& value) { m_items.push_back(value); return *this; } + + /** + *The results of the ListMetadataGenerationRuns action.
+ */ + inline ListMetadataGenerationRunsResult& AddItems(MetadataGenerationRunItem&& value) { m_items.push_back(std::move(value)); return *this; } + + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline const Aws::String& GetNextToken() const{ return m_nextToken; } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline void SetNextToken(const char* value) { m_nextToken.assign(value); } + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline ListMetadataGenerationRunsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline ListMetadataGenerationRunsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} + + /** + *When the number of metadata generation runs is greater than the default value + * for the MaxResults parameter, or if you explicitly specify a value for + * MaxResults that is less than the number of metadata generation runs, the + * response includes a pagination token named NextToken. You can specify this + * NextToken value in a subsequent call to ListMetadataGenerationRuns to list the + * next set of revisions.
+ */ + inline ListMetadataGenerationRunsResult& WithNextToken(const char* value) { SetNextToken(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 ListMetadataGenerationRunsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} + + + inline ListMetadataGenerationRunsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} + + + inline ListMetadataGenerationRunsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} + + private: + + Aws::VectorThe name of the project.
*/ inline const Aws::String& GetName() const{ return m_name; } /** - * + *The name of the project.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** - * + *The name of the project.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** - * + *The name of the project.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** - * + *The name of the project.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** - * + *The name of the project.
*/ inline ListProjectsRequest& WithName(const Aws::String& value) { SetName(value); return *this;} /** - * + *The name of the project.
*/ inline ListProjectsRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** - * + *The name of the project.
*/ inline ListProjectsRequest& WithName(const char* value) { SetName(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunItem.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunItem.h new file mode 100644 index 00000000000..85a3beb7183 --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunItem.h @@ -0,0 +1,376 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe metadata generation run.
The timestamp at which the metadata generation run was created.
+ */ + inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } + + /** + *The timestamp at which the metadata generation run was created.
+ */ + inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } + + /** + *The timestamp at which the metadata generation run was created.
+ */ + inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } + + /** + *The timestamp at which the metadata generation run was created.
+ */ + inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } + + /** + *The timestamp at which the metadata generation run was created.
+ */ + inline MetadataGenerationRunItem& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} + + /** + *The timestamp at which the metadata generation run was created.
+ */ + inline MetadataGenerationRunItem& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} + + + /** + *The user who created the metadata generation run.
+ */ + inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } + + /** + *The user who created the metadata generation run.
+ */ + inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; } + + /** + *The user who created the metadata generation run.
+ */ + inline void SetCreatedBy(const Aws::String& value) { m_createdByHasBeenSet = true; m_createdBy = value; } + + /** + *The user who created the metadata generation run.
+ */ + inline void SetCreatedBy(Aws::String&& value) { m_createdByHasBeenSet = true; m_createdBy = std::move(value); } + + /** + *The user who created the metadata generation run.
+ */ + inline void SetCreatedBy(const char* value) { m_createdByHasBeenSet = true; m_createdBy.assign(value); } + + /** + *The user who created the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;} + + /** + *The user who created the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;} + + /** + *The user who created the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;} + + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline const Aws::String& GetDomainId() const{ return m_domainId; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline void SetDomainId(const Aws::String& value) { m_domainIdHasBeenSet = true; m_domainId = value; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline void SetDomainId(Aws::String&& value) { m_domainIdHasBeenSet = true; m_domainId = std::move(value); } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline void SetDomainId(const char* value) { m_domainIdHasBeenSet = true; m_domainId.assign(value); } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline MetadataGenerationRunItem& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;} + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline MetadataGenerationRunItem& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;} + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * created.
+ */ + inline MetadataGenerationRunItem& WithDomainId(const char* value) { SetDomainId(value); return *this;} + + + /** + *The ID of the metadata generation run.
+ */ + inline const Aws::String& GetId() const{ return m_id; } + + /** + *The ID of the metadata generation run.
+ */ + inline bool IdHasBeenSet() const { return m_idHasBeenSet; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithId(const Aws::String& value) { SetId(value); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithId(const char* value) { SetId(value); return *this;} + + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline const Aws::String& GetOwningProjectId() const{ return m_owningProjectId; } + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline bool OwningProjectIdHasBeenSet() const { return m_owningProjectIdHasBeenSet; } + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline void SetOwningProjectId(const Aws::String& value) { m_owningProjectIdHasBeenSet = true; m_owningProjectId = value; } + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline void SetOwningProjectId(Aws::String&& value) { m_owningProjectIdHasBeenSet = true; m_owningProjectId = std::move(value); } + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline void SetOwningProjectId(const char* value) { m_owningProjectIdHasBeenSet = true; m_owningProjectId.assign(value); } + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline MetadataGenerationRunItem& WithOwningProjectId(const Aws::String& value) { SetOwningProjectId(value); return *this;} + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline MetadataGenerationRunItem& WithOwningProjectId(Aws::String&& value) { SetOwningProjectId(std::move(value)); return *this;} + + /** + *The ID of the project that owns the asset for which the metadata generation + * was ran.
+ */ + inline MetadataGenerationRunItem& WithOwningProjectId(const char* value) { SetOwningProjectId(value); return *this;} + + + /** + *The status of the metadata generation run.
+ */ + inline const MetadataGenerationRunStatus& GetStatus() const{ return m_status; } + + /** + *The status of the metadata generation run.
+ */ + inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } + + /** + *The status of the metadata generation run.
+ */ + inline void SetStatus(const MetadataGenerationRunStatus& value) { m_statusHasBeenSet = true; m_status = value; } + + /** + *The status of the metadata generation run.
+ */ + inline void SetStatus(MetadataGenerationRunStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } + + /** + *The status of the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithStatus(const MetadataGenerationRunStatus& value) { SetStatus(value); return *this;} + + /** + *The status of the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithStatus(MetadataGenerationRunStatus&& value) { SetStatus(std::move(value)); return *this;} + + + /** + *The asset for which metadata was generated.
+ */ + inline const MetadataGenerationRunTarget& GetTarget() const{ return m_target; } + + /** + *The asset for which metadata was generated.
+ */ + inline bool TargetHasBeenSet() const { return m_targetHasBeenSet; } + + /** + *The asset for which metadata was generated.
+ */ + inline void SetTarget(const MetadataGenerationRunTarget& value) { m_targetHasBeenSet = true; m_target = value; } + + /** + *The asset for which metadata was generated.
+ */ + inline void SetTarget(MetadataGenerationRunTarget&& value) { m_targetHasBeenSet = true; m_target = std::move(value); } + + /** + *The asset for which metadata was generated.
+ */ + inline MetadataGenerationRunItem& WithTarget(const MetadataGenerationRunTarget& value) { SetTarget(value); return *this;} + + /** + *The asset for which metadata was generated.
+ */ + inline MetadataGenerationRunItem& WithTarget(MetadataGenerationRunTarget&& value) { SetTarget(std::move(value)); return *this;} + + + /** + *The type of the metadata generation run.
+ */ + inline const MetadataGenerationRunType& GetType() const{ return m_type; } + + /** + *The type of the metadata generation run.
+ */ + inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } + + /** + *The type of the metadata generation run.
+ */ + inline void SetType(const MetadataGenerationRunType& value) { m_typeHasBeenSet = true; m_type = value; } + + /** + *The type of the metadata generation run.
+ */ + inline void SetType(MetadataGenerationRunType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } + + /** + *The type of the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithType(const MetadataGenerationRunType& value) { SetType(value); return *this;} + + /** + *The type of the metadata generation run.
+ */ + inline MetadataGenerationRunItem& WithType(MetadataGenerationRunType&& value) { SetType(std::move(value)); return *this;} + + private: + + Aws::Utils::DateTime m_createdAt; + bool m_createdAtHasBeenSet = false; + + Aws::String m_createdBy; + bool m_createdByHasBeenSet = false; + + Aws::String m_domainId; + bool m_domainIdHasBeenSet = false; + + Aws::String m_id; + bool m_idHasBeenSet = false; + + Aws::String m_owningProjectId; + bool m_owningProjectIdHasBeenSet = false; + + MetadataGenerationRunStatus m_status; + bool m_statusHasBeenSet = false; + + MetadataGenerationRunTarget m_target; + bool m_targetHasBeenSet = false; + + MetadataGenerationRunType m_type; + bool m_typeHasBeenSet = false; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunStatus.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunStatus.h new file mode 100644 index 00000000000..332becb1a84 --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunStatus.h @@ -0,0 +1,34 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe asset for which metadata was generated.
The ID of the metadata generation run's target.
+ */ + inline const Aws::String& GetIdentifier() const{ return m_identifier; } + + /** + *The ID of the metadata generation run's target.
+ */ + inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } + + /** + *The ID of the metadata generation run's target.
+ */ + inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; } + + /** + *The ID of the metadata generation run's target.
+ */ + inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); } + + /** + *The ID of the metadata generation run's target.
+ */ + inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); } + + /** + *The ID of the metadata generation run's target.
+ */ + inline MetadataGenerationRunTarget& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;} + + /** + *The ID of the metadata generation run's target.
+ */ + inline MetadataGenerationRunTarget& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} + + /** + *The ID of the metadata generation run's target.
+ */ + inline MetadataGenerationRunTarget& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} + + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline const Aws::String& GetRevision() const{ return m_revision; } + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline bool RevisionHasBeenSet() const { return m_revisionHasBeenSet; } + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline void SetRevision(const Aws::String& value) { m_revisionHasBeenSet = true; m_revision = value; } + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline void SetRevision(Aws::String&& value) { m_revisionHasBeenSet = true; m_revision = std::move(value); } + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline void SetRevision(const char* value) { m_revisionHasBeenSet = true; m_revision.assign(value); } + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline MetadataGenerationRunTarget& WithRevision(const Aws::String& value) { SetRevision(value); return *this;} + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline MetadataGenerationRunTarget& WithRevision(Aws::String&& value) { SetRevision(std::move(value)); return *this;} + + /** + *The revision of the asset for which metadata was generated.
+ */ + inline MetadataGenerationRunTarget& WithRevision(const char* value) { SetRevision(value); return *this;} + + + /** + *The type of the asset for which metadata was generated.
+ */ + inline const MetadataGenerationTargetType& GetType() const{ return m_type; } + + /** + *The type of the asset for which metadata was generated.
+ */ + inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } + + /** + *The type of the asset for which metadata was generated.
+ */ + inline void SetType(const MetadataGenerationTargetType& value) { m_typeHasBeenSet = true; m_type = value; } + + /** + *The type of the asset for which metadata was generated.
+ */ + inline void SetType(MetadataGenerationTargetType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } + + /** + *The type of the asset for which metadata was generated.
+ */ + inline MetadataGenerationRunTarget& WithType(const MetadataGenerationTargetType& value) { SetType(value); return *this;} + + /** + *The type of the asset for which metadata was generated.
+ */ + inline MetadataGenerationRunTarget& WithType(MetadataGenerationTargetType&& value) { SetType(std::move(value)); return *this;} + + private: + + Aws::String m_identifier; + bool m_identifierHasBeenSet = false; + + Aws::String m_revision; + bool m_revisionHasBeenSet = false; + + MetadataGenerationTargetType m_type; + bool m_typeHasBeenSet = false; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunType.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunType.h new file mode 100644 index 00000000000..4f7c9a3a499 --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/MetadataGenerationRunType.h @@ -0,0 +1,30 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeIndicates the smithy model of the API.
*/ inline const Aws::String& GetSmithy() const{ return m_smithy; } /** - * + *Indicates the smithy model of the API.
*/ inline bool SmithyHasBeenSet() const { return m_smithyHasBeenSet; } /** - * + *Indicates the smithy model of the API.
*/ inline void SetSmithy(const Aws::String& value) { m_smithyHasBeenSet = true; m_smithy = value; } /** - * + *Indicates the smithy model of the API.
*/ inline void SetSmithy(Aws::String&& value) { m_smithyHasBeenSet = true; m_smithy = std::move(value); } /** - * + *Indicates the smithy model of the API.
*/ inline void SetSmithy(const char* value) { m_smithyHasBeenSet = true; m_smithy.assign(value); } /** - * + *Indicates the smithy model of the API.
*/ inline Model& WithSmithy(const Aws::String& value) { SetSmithy(value); return *this;} /** - * + *Indicates the smithy model of the API.
*/ inline Model& WithSmithy(Aws::String&& value) { SetSmithy(std::move(value)); return *this;} /** - * + *Indicates the smithy model of the API.
*/ inline Model& WithSmithy(const char* value) { SetSmithy(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectDeletionError.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectDeletionError.h index 53008aa95ac..e57ab3cdb59 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectDeletionError.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectDeletionError.h @@ -24,7 +24,8 @@ namespace Model { /** - *Error that occurred during project deletion
Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline const Aws::String& GetCode() const{ return m_code; } /** - *Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline bool CodeHasBeenSet() const { return m_codeHasBeenSet; } /** - *Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline void SetCode(const Aws::String& value) { m_codeHasBeenSet = true; m_code = value; } /** - *Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline void SetCode(Aws::String&& value) { m_codeHasBeenSet = true; m_code = std::move(value); } /** - *Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline void SetCode(const char* value) { m_codeHasBeenSet = true; m_code.assign(value); } /** - *Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline ProjectDeletionError& WithCode(const Aws::String& value) { SetCode(value); return *this;} /** - *Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline ProjectDeletionError& WithCode(Aws::String&& value) { SetCode(std::move(value)); return *this;} /** - *Project Deletion Error Code
+ *The code of the project deletion error.
*/ inline ProjectDeletionError& WithCode(const char* value) { SetCode(value); return *this;} /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline const Aws::String& GetMessage() const{ return m_message; } /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; } /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; } /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); } /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); } /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline ProjectDeletionError& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline ProjectDeletionError& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;} /** - *Project Deletion Error Message
+ *The message of the project deletion error.
*/ inline ProjectDeletionError& WithMessage(const char* value) { SetMessage(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectSummary.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectSummary.h index 961eb06d299..1a9e2d4f8e9 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectSummary.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/ProjectSummary.h @@ -196,42 +196,50 @@ namespace Model /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline bool FailureReasonsHasBeenSet() const { return m_failureReasonsHasBeenSet; } /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline ProjectSummary& WithFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline ProjectSummary& WithFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline ProjectSummary& AddFailureReasons(const ProjectDeletionError& value) { m_failureReasonsHasBeenSet = true; m_failureReasons.push_back(value); return *this; } /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline ProjectSummary& AddFailureReasons(ProjectDeletionError&& value) { m_failureReasonsHasBeenSet = true; m_failureReasons.push_back(std::move(value)); return *this; } @@ -319,32 +327,32 @@ namespace Model /** - *Status of the project
+ *The status of the project.
*/ inline const ProjectStatus& GetProjectStatus() const{ return m_projectStatus; } /** - *Status of the project
+ *The status of the project.
*/ inline bool ProjectStatusHasBeenSet() const { return m_projectStatusHasBeenSet; } /** - *Status of the project
+ *The status of the project.
*/ inline void SetProjectStatus(const ProjectStatus& value) { m_projectStatusHasBeenSet = true; m_projectStatus = value; } /** - *Status of the project
+ *The status of the project.
*/ inline void SetProjectStatus(ProjectStatus&& value) { m_projectStatusHasBeenSet = true; m_projectStatus = std::move(value); } /** - *Status of the project
+ *The status of the project.
*/ inline ProjectSummary& WithProjectStatus(const ProjectStatus& value) { SetProjectStatus(value); return *this;} /** - *Status of the project
+ *The status of the project.
*/ inline ProjectSummary& WithProjectStatus(ProjectStatus&& value) { SetProjectStatus(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsRequest.h index 2e5d667f0cf..dc85cef4f66 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsRequest.h @@ -174,114 +174,128 @@ namespace Model /** - * + *Specifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline const Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline bool RejectChoicesHasBeenSet() const { return m_rejectChoicesHasBeenSet; } /** - * + *Specifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline void SetRejectChoices(const Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline void SetRejectChoices(Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline RejectPredictionsRequest& WithRejectChoices(const Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline RejectPredictionsRequest& WithRejectChoices(Aws::VectorSpecifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline RejectPredictionsRequest& AddRejectChoices(const RejectChoice& value) { m_rejectChoicesHasBeenSet = true; m_rejectChoices.push_back(value); return *this; } /** - * + *Specifies the prediction (aka, the automatically generated piece of metadata) + * and the target (for example, a column name) that can be rejected.
*/ inline RejectPredictionsRequest& AddRejectChoices(RejectChoice&& value) { m_rejectChoicesHasBeenSet = true; m_rejectChoices.push_back(std::move(value)); return *this; } /** - * + *Specifies the rule (or the conditions) under which a prediction can be + * rejected.
*/ inline const RejectRule& GetRejectRule() const{ return m_rejectRule; } /** - * + *Specifies the rule (or the conditions) under which a prediction can be + * rejected.
*/ inline bool RejectRuleHasBeenSet() const { return m_rejectRuleHasBeenSet; } /** - * + *Specifies the rule (or the conditions) under which a prediction can be + * rejected.
*/ inline void SetRejectRule(const RejectRule& value) { m_rejectRuleHasBeenSet = true; m_rejectRule = value; } /** - * + *Specifies the rule (or the conditions) under which a prediction can be + * rejected.
*/ inline void SetRejectRule(RejectRule&& value) { m_rejectRuleHasBeenSet = true; m_rejectRule = std::move(value); } /** - * + *Specifies the rule (or the conditions) under which a prediction can be + * rejected.
*/ inline RejectPredictionsRequest& WithRejectRule(const RejectRule& value) { SetRejectRule(value); return *this;} /** - * + *Specifies the rule (or the conditions) under which a prediction can be + * rejected.
*/ inline RejectPredictionsRequest& WithRejectRule(RejectRule&& value) { SetRejectRule(std::move(value)); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline const Aws::String& GetRevision() const{ return m_revision; } /** - * + *The revision that is to be made to the asset.
*/ inline bool RevisionHasBeenSet() const { return m_revisionHasBeenSet; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(const Aws::String& value) { m_revisionHasBeenSet = true; m_revision = value; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(Aws::String&& value) { m_revisionHasBeenSet = true; m_revision = std::move(value); } /** - * + *The revision that is to be made to the asset.
*/ inline void SetRevision(const char* value) { m_revisionHasBeenSet = true; m_revision.assign(value); } /** - * + *The revision that is to be made to the asset.
*/ inline RejectPredictionsRequest& WithRevision(const Aws::String& value) { SetRevision(value); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline RejectPredictionsRequest& WithRevision(Aws::String&& value) { SetRevision(std::move(value)); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline RejectPredictionsRequest& WithRevision(const char* value) { SetRevision(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsResult.h index c917fd94901..ee136015479 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/RejectPredictionsResult.h @@ -33,109 +33,109 @@ namespace Model /** - * + *The ID of the asset.
*/ inline const Aws::String& GetAssetId() const{ return m_assetId; } /** - * + *The ID of the asset.
*/ inline void SetAssetId(const Aws::String& value) { m_assetId = value; } /** - * + *The ID of the asset.
*/ inline void SetAssetId(Aws::String&& value) { m_assetId = std::move(value); } /** - * + *The ID of the asset.
*/ inline void SetAssetId(const char* value) { m_assetId.assign(value); } /** - * + *The ID of the asset.
*/ inline RejectPredictionsResult& WithAssetId(const Aws::String& value) { SetAssetId(value); return *this;} /** - * + *The ID of the asset.
*/ inline RejectPredictionsResult& WithAssetId(Aws::String&& value) { SetAssetId(std::move(value)); return *this;} /** - * + *The ID of the asset.
*/ inline RejectPredictionsResult& WithAssetId(const char* value) { SetAssetId(value); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline const Aws::String& GetAssetRevision() const{ return m_assetRevision; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetAssetRevision(const Aws::String& value) { m_assetRevision = value; } /** - * + *The revision that is to be made to the asset.
*/ inline void SetAssetRevision(Aws::String&& value) { m_assetRevision = std::move(value); } /** - * + *The revision that is to be made to the asset.
*/ inline void SetAssetRevision(const char* value) { m_assetRevision.assign(value); } /** - * + *The revision that is to be made to the asset.
*/ inline RejectPredictionsResult& WithAssetRevision(const Aws::String& value) { SetAssetRevision(value); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline RejectPredictionsResult& WithAssetRevision(Aws::String&& value) { SetAssetRevision(std::move(value)); return *this;} /** - * + *The revision that is to be made to the asset.
*/ inline RejectPredictionsResult& WithAssetRevision(const char* value) { SetAssetRevision(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline const Aws::String& GetDomainId() const{ return m_domainId; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainId(const Aws::String& value) { m_domainId = value; } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline void SetDomainId(const char* value) { m_domainId.assign(value); } /** - * + *The ID of the Amazon DataZone domain.
*/ inline RejectPredictionsResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline RejectPredictionsResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;} /** - * + *The ID of the Amazon DataZone domain.
*/ inline RejectPredictionsResult& WithDomainId(const char* value) { SetDomainId(value); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchListingsRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchListingsRequest.h index 032f5397e1c..be6370f8ca1 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchListingsRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchListingsRequest.h @@ -269,42 +269,42 @@ namespace Model /** - * + *The details of the search.
*/ inline const Aws::VectorThe details of the search.
*/ inline bool SearchInHasBeenSet() const { return m_searchInHasBeenSet; } /** - * + *The details of the search.
*/ inline void SetSearchIn(const Aws::VectorThe details of the search.
*/ inline void SetSearchIn(Aws::VectorThe details of the search.
*/ inline SearchListingsRequest& WithSearchIn(const Aws::VectorThe details of the search.
*/ inline SearchListingsRequest& WithSearchIn(Aws::VectorThe details of the search.
*/ inline SearchListingsRequest& AddSearchIn(const SearchInItem& value) { m_searchInHasBeenSet = true; m_searchIn.push_back(value); return *this; } /** - * + *The details of the search.
*/ inline SearchListingsRequest& AddSearchIn(SearchInItem&& value) { m_searchInHasBeenSet = true; m_searchIn.push_back(std::move(value)); return *this; } diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchRequest.h index 5ab6d584192..c7122708eb0 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchRequest.h @@ -311,42 +311,42 @@ namespace Model /** - * + *The details of the search.
*/ inline const Aws::VectorThe details of the search.
*/ inline bool SearchInHasBeenSet() const { return m_searchInHasBeenSet; } /** - * + *The details of the search.
*/ inline void SetSearchIn(const Aws::VectorThe details of the search.
*/ inline void SetSearchIn(Aws::VectorThe details of the search.
*/ inline SearchRequest& WithSearchIn(const Aws::VectorThe details of the search.
*/ inline SearchRequest& WithSearchIn(Aws::VectorThe details of the search.
*/ inline SearchRequest& AddSearchIn(const SearchInItem& value) { m_searchInHasBeenSet = true; m_searchIn.push_back(value); return *this; } /** - * + *The details of the search.
*/ inline SearchRequest& AddSearchIn(SearchInItem&& value) { m_searchInHasBeenSet = true; m_searchIn.push_back(std::move(value)); return *this; } diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchTypesRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchTypesRequest.h index 5e8ca745e93..3f51d76a921 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchTypesRequest.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/SearchTypesRequest.h @@ -118,22 +118,22 @@ namespace Model /** - * + *Specifies whether the search is managed.
*/ inline bool GetManaged() const{ return m_managed; } /** - * + *Specifies whether the search is managed.
*/ inline bool ManagedHasBeenSet() const { return m_managedHasBeenSet; } /** - * + *Specifies whether the search is managed.
*/ inline void SetManaged(bool value) { m_managedHasBeenSet = true; m_managed = value; } /** - * + *Specifies whether the search is managed.
*/ inline SearchTypesRequest& WithManaged(bool value) { SetManaged(value); return *this;} @@ -257,42 +257,42 @@ namespace Model /** - * + *The details of the search.
*/ inline const Aws::VectorThe details of the search.
*/ inline bool SearchInHasBeenSet() const { return m_searchInHasBeenSet; } /** - * + *The details of the search.
*/ inline void SetSearchIn(const Aws::VectorThe details of the search.
*/ inline void SetSearchIn(Aws::VectorThe details of the search.
*/ inline SearchTypesRequest& WithSearchIn(const Aws::VectorThe details of the search.
*/ inline SearchTypesRequest& WithSearchIn(Aws::VectorThe details of the search.
*/ inline SearchTypesRequest& AddSearchIn(const SearchInItem& value) { m_searchInHasBeenSet = true; m_searchIn.push_back(value); return *this; } /** - * + *The details of the search.
*/ inline SearchTypesRequest& AddSearchIn(SearchInItem&& value) { m_searchInHasBeenSet = true; m_searchIn.push_back(std::move(value)); return *this; } diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/StartMetadataGenerationRunRequest.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/StartMetadataGenerationRunRequest.h new file mode 100644 index 00000000000..6020d5cba6c --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/StartMetadataGenerationRunRequest.h @@ -0,0 +1,266 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeA unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline const Aws::String& GetClientToken() const{ return m_clientToken; } + + /** + *A unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } + + /** + *A unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; } + + /** + *A unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); } + + /** + *A unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); } + + /** + *A unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline StartMetadataGenerationRunRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;} + + /** + *A unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline StartMetadataGenerationRunRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;} + + /** + *A unique, case-sensitive identifier to ensure idempotency of the request. + * This field is automatically populated if not provided.
+ */ + inline StartMetadataGenerationRunRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;} + + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; } + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; } + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; } + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); } + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); } + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithDomainIdentifier(const Aws::String& value) { SetDomainIdentifier(value); return *this;} + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithDomainIdentifier(Aws::String&& value) { SetDomainIdentifier(std::move(value)); return *this;} + + /** + *The ID of the Amazon DataZone domain where you want to start a metadata + * generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;} + + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline const Aws::String& GetOwningProjectIdentifier() const{ return m_owningProjectIdentifier; } + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline bool OwningProjectIdentifierHasBeenSet() const { return m_owningProjectIdentifierHasBeenSet; } + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline void SetOwningProjectIdentifier(const Aws::String& value) { m_owningProjectIdentifierHasBeenSet = true; m_owningProjectIdentifier = value; } + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline void SetOwningProjectIdentifier(Aws::String&& value) { m_owningProjectIdentifierHasBeenSet = true; m_owningProjectIdentifier = std::move(value); } + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline void SetOwningProjectIdentifier(const char* value) { m_owningProjectIdentifierHasBeenSet = true; m_owningProjectIdentifier.assign(value); } + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithOwningProjectIdentifier(const Aws::String& value) { SetOwningProjectIdentifier(value); return *this;} + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithOwningProjectIdentifier(Aws::String&& value) { SetOwningProjectIdentifier(std::move(value)); return *this;} + + /** + *The ID of the project that owns the asset for which you want to start a + * metadata generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithOwningProjectIdentifier(const char* value) { SetOwningProjectIdentifier(value); return *this;} + + + /** + *The asset for which you want to start a metadata generation run.
+ */ + inline const MetadataGenerationRunTarget& GetTarget() const{ return m_target; } + + /** + *The asset for which you want to start a metadata generation run.
+ */ + inline bool TargetHasBeenSet() const { return m_targetHasBeenSet; } + + /** + *The asset for which you want to start a metadata generation run.
+ */ + inline void SetTarget(const MetadataGenerationRunTarget& value) { m_targetHasBeenSet = true; m_target = value; } + + /** + *The asset for which you want to start a metadata generation run.
+ */ + inline void SetTarget(MetadataGenerationRunTarget&& value) { m_targetHasBeenSet = true; m_target = std::move(value); } + + /** + *The asset for which you want to start a metadata generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithTarget(const MetadataGenerationRunTarget& value) { SetTarget(value); return *this;} + + /** + *The asset for which you want to start a metadata generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithTarget(MetadataGenerationRunTarget&& value) { SetTarget(std::move(value)); return *this;} + + + /** + *The type of the metadata generation run.
+ */ + inline const MetadataGenerationRunType& GetType() const{ return m_type; } + + /** + *The type of the metadata generation run.
+ */ + inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } + + /** + *The type of the metadata generation run.
+ */ + inline void SetType(const MetadataGenerationRunType& value) { m_typeHasBeenSet = true; m_type = value; } + + /** + *The type of the metadata generation run.
+ */ + inline void SetType(MetadataGenerationRunType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } + + /** + *The type of the metadata generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithType(const MetadataGenerationRunType& value) { SetType(value); return *this;} + + /** + *The type of the metadata generation run.
+ */ + inline StartMetadataGenerationRunRequest& WithType(MetadataGenerationRunType&& value) { SetType(std::move(value)); return *this;} + + private: + + Aws::String m_clientToken; + bool m_clientTokenHasBeenSet = false; + + Aws::String m_domainIdentifier; + bool m_domainIdentifierHasBeenSet = false; + + Aws::String m_owningProjectIdentifier; + bool m_owningProjectIdentifierHasBeenSet = false; + + MetadataGenerationRunTarget m_target; + bool m_targetHasBeenSet = false; + + MetadataGenerationRunType m_type; + bool m_typeHasBeenSet = false; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/StartMetadataGenerationRunResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/StartMetadataGenerationRunResult.h new file mode 100644 index 00000000000..898e1de2d01 --- /dev/null +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/StartMetadataGenerationRunResult.h @@ -0,0 +1,316 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe timestamp at which the metadata generation run was started.
+ */ + inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } + + /** + *The timestamp at which the metadata generation run was started.
+ */ + inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; } + + /** + *The timestamp at which the metadata generation run was started.
+ */ + inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAt = std::move(value); } + + /** + *The timestamp at which the metadata generation run was started.
+ */ + inline StartMetadataGenerationRunResult& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} + + /** + *The timestamp at which the metadata generation run was started.
+ */ + inline StartMetadataGenerationRunResult& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} + + + /** + *The ID of the user who started the metadata generation run.
+ */ + inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } + + /** + *The ID of the user who started the metadata generation run.
+ */ + inline void SetCreatedBy(const Aws::String& value) { m_createdBy = value; } + + /** + *The ID of the user who started the metadata generation run.
+ */ + inline void SetCreatedBy(Aws::String&& value) { m_createdBy = std::move(value); } + + /** + *The ID of the user who started the metadata generation run.
+ */ + inline void SetCreatedBy(const char* value) { m_createdBy.assign(value); } + + /** + *The ID of the user who started the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;} + + /** + *The ID of the user who started the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;} + + /** + *The ID of the user who started the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;} + + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * started.
+ */ + inline const Aws::String& GetDomainId() const{ return m_domainId; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * started.
+ */ + inline void SetDomainId(const Aws::String& value) { m_domainId = value; } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * started.
+ */ + inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * started.
+ */ + inline void SetDomainId(const char* value) { m_domainId.assign(value); } + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * started.
+ */ + inline StartMetadataGenerationRunResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;} + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * started.
+ */ + inline StartMetadataGenerationRunResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;} + + /** + *The ID of the Amazon DataZone domain in which the metadata generation run was + * started.
+ */ + inline StartMetadataGenerationRunResult& WithDomainId(const char* value) { SetDomainId(value); return *this;} + + + /** + *The ID of the metadata generation run.
+ */ + inline const Aws::String& GetId() const{ return m_id; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(const Aws::String& value) { m_id = value; } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(Aws::String&& value) { m_id = std::move(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline void SetId(const char* value) { m_id.assign(value); } + + /** + *The ID of the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithId(const Aws::String& value) { SetId(value); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} + + /** + *The ID of the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithId(const char* value) { SetId(value); return *this;} + + + /** + *The ID of the project that owns the asset for which the metadata generation + * run was started.
+ */ + inline const Aws::String& GetOwningProjectId() const{ return m_owningProjectId; } + + /** + *The ID of the project that owns the asset for which the metadata generation + * run was started.
+ */ + inline void SetOwningProjectId(const Aws::String& value) { m_owningProjectId = value; } + + /** + *The ID of the project that owns the asset for which the metadata generation + * run was started.
+ */ + inline void SetOwningProjectId(Aws::String&& value) { m_owningProjectId = std::move(value); } + + /** + *The ID of the project that owns the asset for which the metadata generation + * run was started.
+ */ + inline void SetOwningProjectId(const char* value) { m_owningProjectId.assign(value); } + + /** + *The ID of the project that owns the asset for which the metadata generation + * run was started.
+ */ + inline StartMetadataGenerationRunResult& WithOwningProjectId(const Aws::String& value) { SetOwningProjectId(value); return *this;} + + /** + *The ID of the project that owns the asset for which the metadata generation + * run was started.
+ */ + inline StartMetadataGenerationRunResult& WithOwningProjectId(Aws::String&& value) { SetOwningProjectId(std::move(value)); return *this;} + + /** + *The ID of the project that owns the asset for which the metadata generation + * run was started.
+ */ + inline StartMetadataGenerationRunResult& WithOwningProjectId(const char* value) { SetOwningProjectId(value); return *this;} + + + /** + *The status of the metadata generation run.
+ */ + inline const MetadataGenerationRunStatus& GetStatus() const{ return m_status; } + + /** + *The status of the metadata generation run.
+ */ + inline void SetStatus(const MetadataGenerationRunStatus& value) { m_status = value; } + + /** + *The status of the metadata generation run.
+ */ + inline void SetStatus(MetadataGenerationRunStatus&& value) { m_status = std::move(value); } + + /** + *The status of the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithStatus(const MetadataGenerationRunStatus& value) { SetStatus(value); return *this;} + + /** + *The status of the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithStatus(MetadataGenerationRunStatus&& value) { SetStatus(std::move(value)); return *this;} + + + /** + *The type of the metadata generation run.
+ */ + inline const MetadataGenerationRunType& GetType() const{ return m_type; } + + /** + *The type of the metadata generation run.
+ */ + inline void SetType(const MetadataGenerationRunType& value) { m_type = value; } + + /** + *The type of the metadata generation run.
+ */ + inline void SetType(MetadataGenerationRunType&& value) { m_type = std::move(value); } + + /** + *The type of the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithType(const MetadataGenerationRunType& value) { SetType(value); return *this;} + + /** + *The type of the metadata generation run.
+ */ + inline StartMetadataGenerationRunResult& WithType(MetadataGenerationRunType&& 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 StartMetadataGenerationRunResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} + + + inline StartMetadataGenerationRunResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} + + + inline StartMetadataGenerationRunResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} + + private: + + Aws::Utils::DateTime m_createdAt; + + Aws::String m_createdBy; + + Aws::String m_domainId; + + Aws::String m_id; + + Aws::String m_owningProjectId; + + MetadataGenerationRunStatus m_status; + + MetadataGenerationRunType m_type; + + Aws::String m_requestId; + }; + +} // namespace Model +} // namespace DataZone +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateProjectResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateProjectResult.h index 6f24f165eb9..1cfcbf9070d 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateProjectResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateProjectResult.h @@ -178,37 +178,44 @@ namespace Model /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline void SetFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline UpdateProjectResult& WithFailureReasons(const Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline UpdateProjectResult& WithFailureReasons(Aws::VectorReasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline UpdateProjectResult& AddFailureReasons(const ProjectDeletionError& value) { m_failureReasons.push_back(value); return *this; } /** - *Reasons for failed project deletion
+ *Specifies the error message that is returned if the operation cannot be + * successfully completed.
*/ inline UpdateProjectResult& AddFailureReasons(ProjectDeletionError&& value) { m_failureReasons.push_back(std::move(value)); return *this; } @@ -353,27 +360,27 @@ namespace Model /** - *Status of the project
+ *The status of the project.
*/ inline const ProjectStatus& GetProjectStatus() const{ return m_projectStatus; } /** - *Status of the project
+ *The status of the project.
*/ inline void SetProjectStatus(const ProjectStatus& value) { m_projectStatus = value; } /** - *Status of the project
+ *The status of the project.
*/ inline void SetProjectStatus(ProjectStatus&& value) { m_projectStatus = std::move(value); } /** - *Status of the project
+ *The status of the project.
*/ inline UpdateProjectResult& WithProjectStatus(const ProjectStatus& value) { SetProjectStatus(value); return *this;} /** - *Status of the project
+ *The status of the project.
*/ inline UpdateProjectResult& WithProjectStatus(ProjectStatus&& value) { SetProjectStatus(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateSubscriptionGrantStatusResult.h b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateSubscriptionGrantStatusResult.h index b9136fe813f..e63fde5bd50 100644 --- a/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateSubscriptionGrantStatusResult.h +++ b/generated/src/aws-cpp-sdk-datazone/include/aws/datazone/model/UpdateSubscriptionGrantStatusResult.h @@ -38,37 +38,37 @@ namespace Model /** - * + *The details of the asset for which the subscription grant is created.
*/ inline const Aws::VectorThe details of the asset for which the subscription grant is created.
*/ inline void SetAssets(const Aws::Vector