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

WithMaximumFocalLength() public method

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