Amazon.ECS.Model.ItemAttributes.WithMaximumFocalLength C# (CSharp) Method

WithMaximumFocalLength() public method

Sets the MaximumFocalLength property
public WithMaximumFocalLength ( DecimalWithUnits maximumFocalLength ) : ItemAttributes
maximumFocalLength DecimalWithUnits MaximumFocalLength property
return ItemAttributes
        public ItemAttributes WithMaximumFocalLength(DecimalWithUnits maximumFocalLength)
        {
            this.maximumFocalLengthField = maximumFocalLength;
            return this;
        }
ItemAttributes