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