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

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

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