Amazon.ECS.Model.ItemDimensions.WithLength C# (CSharp) Method

WithLength() public method

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