Amazon.ECS.Model.ItemDimensions.WithLength C# (CSharp) 메소드

WithLength() 공개 메소드

Sets the Length property
public WithLength ( DecimalWithUnits length ) : ItemDimensions
length DecimalWithUnits Length property
리턴 ItemDimensions
        public ItemDimensions WithLength(DecimalWithUnits length)
        {
            this.lengthField = length;
            return this;
        }