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.

Container for the parameters to the PutMetadataFlag operation. Stores the metadata information about a feature on a form.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AmplifyUIBuilder.AmazonAmplifyUIBuilderRequest
      Amazon.AmplifyUIBuilder.Model.PutMetadataFlagRequest

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

Syntax

C#
public class PutMetadataFlagRequest : AmazonAmplifyUIBuilderRequest
         IAmazonWebServiceRequest

The PutMetadataFlagRequest type exposes the following members

Constructors

NameDescription
Public Method PutMetadataFlagRequest()

Properties

NameTypeDescription
Public Property AppId System.String

Gets and sets the property AppId.

The unique ID for the Amplify app.

Public Property Body Amazon.AmplifyUIBuilder.Model.PutMetadataFlagBody

Gets and sets the property Body.

The metadata information to store.

Public Property EnvironmentName System.String

Gets and sets the property EnvironmentName.

The name of the backend environment that is part of the Amplify app.

Public Property FeatureName System.String

Gets and sets the property FeatureName.

The name of the feature associated with the metadata.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5