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