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

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

Sets the TotalExternalBaysFree property
public WithTotalExternalBaysFree ( Decimal totalExternalBaysFree ) : ItemAttributes
totalExternalBaysFree Decimal TotalExternalBaysFree property
Результат ItemAttributes
        public ItemAttributes WithTotalExternalBaysFree(Decimal totalExternalBaysFree)
        {
            this.totalExternalBaysFreeField = totalExternalBaysFree;
            return this;
        }
ItemAttributes