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 UpdateContact operation. Updates the contact details by the contact ARN.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateContactRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The UpdateContactRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateContactRequest()

Properties

NameTypeDescription
Public Property ContactArn System.String

Gets and sets the property ContactArn.

The ARN of the contact to update.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The updated display name of the contact.

Public Property FirstName System.String

Gets and sets the property FirstName.

The updated first name of the contact.

Public Property LastName System.String

Gets and sets the property LastName.

The updated last name of the contact.

Public Property PhoneNumber System.String

Gets and sets the property PhoneNumber.

The updated phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.

Public Property PhoneNumbers System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.PhoneNumber>

Gets and sets the property PhoneNumbers.

The list of phone numbers for the contact.

Public Property SipAddresses System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.SipAddress>

Gets and sets the property SipAddresses.

The list of SIP addresses for the contact.

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