Amazon.ECS.Model.MerchantItemAttributes.WithTotalInternalBaysFree C# (CSharp) Méthode

WithTotalInternalBaysFree() public méthode

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