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 UpdateProfile operation. Updates an existing room profile by room profile ARN.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.UpdateProfileRequest

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

Syntax

C#
public class UpdateProfileRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The UpdateProfileRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateProfileRequest()

Properties

NameTypeDescription
Public Property Address System.String

Gets and sets the property Address.

The updated address for the room profile.

Public Property DataRetentionOptIn System.Boolean

Gets and sets the property DataRetentionOptIn.

Whether data retention of the profile is enabled.

Public Property DistanceUnit Amazon.AlexaForBusiness.DistanceUnit

Gets and sets the property DistanceUnit.

The updated distance unit for the room profile.

Public Property IsDefault System.Boolean

Gets and sets the property IsDefault.

Sets the profile as default if selected. If this is missing, no update is done to the default status.

Public Property Locale System.String

Gets and sets the property Locale.

The updated locale for the room profile. (This is currently only available to a limited preview audience.)

Public Property MaxVolumeLimit System.Int32

Gets and sets the property MaxVolumeLimit.

The updated maximum volume limit for the room profile.

Public Property MeetingRoomConfiguration Amazon.AlexaForBusiness.Model.UpdateMeetingRoomConfiguration

Gets and sets the property MeetingRoomConfiguration.

The updated meeting room settings of a room profile.

Public Property ProfileArn System.String

Gets and sets the property ProfileArn.

The ARN of the room profile to update. Required.

Public Property ProfileName System.String

Gets and sets the property ProfileName.

The updated name for the room profile.

Public Property PSTNEnabled System.Boolean

Gets and sets the property PSTNEnabled.

Whether the PSTN setting of the room profile is enabled.

Public Property SetupModeDisabled System.Boolean

Gets and sets the property SetupModeDisabled.

Whether the setup mode of the profile is enabled.

Public Property TemperatureUnit Amazon.AlexaForBusiness.TemperatureUnit

Gets and sets the property TemperatureUnit.

The updated temperature unit for the room profile.

Public Property Timezone System.String

Gets and sets the property Timezone.

The updated timezone for the room profile.

Public Property WakeWord Amazon.AlexaForBusiness.WakeWord

Gets and sets the property WakeWord.

The updated wake word for the room profile.

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