Amazon.ECS.Model.ItemAttributes.WithTotalInternalBaysFree C# (CSharp) Метод

WithTotalInternalBaysFree() публичный Метод

Sets the TotalInternalBaysFree property
public WithTotalInternalBaysFree ( Decimal totalInternalBaysFree ) : ItemAttributes
totalInternalBaysFree Decimal TotalInternalBaysFree property
Результат ItemAttributes
        public ItemAttributes WithTotalInternalBaysFree(Decimal totalInternalBaysFree)
        {
            this.totalInternalBaysFreeField = totalInternalBaysFree;
            return this;
        }
ItemAttributes