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

WithTotalInternalBaysFree() public method

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