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

WithKeyboardDescription() public method

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