Amazon.ECS.Model.MerchantItemAttributes.WithMaximumFocalLength C# (CSharp) Méthode

WithMaximumFocalLength() public méthode

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