Amazon.ECS.Model.MerchantItemAttributes.WithMaximumFocalLength C# (CSharp) 메소드

WithMaximumFocalLength() 공개 메소드

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