AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that contains the ChangeType, Details, and Entity.

Inheritance Hierarchy

System.Object
  Amazon.MarketplaceCatalog.Model.Change

Namespace: Amazon.MarketplaceCatalog.Model
Assembly: AWSSDK.MarketplaceCatalog.dll
Version: 3.x.y.z

Syntax

C#
public class Change

The Change type exposes the following members

Constructors

NameDescription
Public Method Change()

Properties

NameTypeDescription
Public Property ChangeName System.String

Gets and sets the property ChangeName.

Optional name for the change.

Public Property ChangeType System.String

Gets and sets the property ChangeType.

Change types are single string values that describe your intention for the change. Each change type is unique for each EntityType provided in the change's scope. For more information about change types available for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products.

Public Property Details System.String

Gets and sets the property Details.

This object contains details specific to the change type of the requested change. For more information about change types available for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products.

Public Property DetailsDocument Amazon.Runtime.Documents.Document

Gets and sets the property DetailsDocument.

Alternative field that accepts a JSON value instead of a string for ChangeType details. You can use either Details or DetailsDocument, but not both.

Public Property Entity Amazon.MarketplaceCatalog.Model.Entity

Gets and sets the property Entity.

The entity to be changed.

Public Property EntityTags System.Collections.Generic.List<Amazon.MarketplaceCatalog.Model.Tag>

Gets and sets the property EntityTags.

The tags associated with the change.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5