Amazon.ECS.Model.MerchantItemAttributes.WithKeyboardDescription C# (CSharp) Method

WithKeyboardDescription() public method

Sets the KeyboardDescription property
public WithKeyboardDescription ( String keyboardDescription ) : MerchantItemAttributes
keyboardDescription String KeyboardDescription property
return MerchantItemAttributes
        public MerchantItemAttributes WithKeyboardDescription(String keyboardDescription)
        {
            this.keyboardDescriptionField = keyboardDescription;
            return this;
        }
MerchantItemAttributes