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

WithTotalInternalBaysFree() public method

Sets the TotalInternalBaysFree property
public WithTotalInternalBaysFree ( Decimal totalInternalBaysFree ) : ItemAttributes
totalInternalBaysFree Decimal TotalInternalBaysFree property
return ItemAttributes
        public ItemAttributes WithTotalInternalBaysFree(Decimal totalInternalBaysFree)
        {
            this.totalInternalBaysFreeField = totalInternalBaysFree;
            return this;
        }
ItemAttributes