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

WithOpticalZoom() 공개 메소드

Sets the OpticalZoom property
public WithOpticalZoom ( DecimalWithUnits opticalZoom ) : MerchantItemAttributes
opticalZoom DecimalWithUnits OpticalZoom property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithOpticalZoom(DecimalWithUnits opticalZoom)
        {
            this.opticalZoomField = opticalZoom;
            return this;
        }
MerchantItemAttributes