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

WithMaximumVerticalResolution() public method

Sets the MaximumVerticalResolution property
public WithMaximumVerticalResolution ( NonNegativeIntegerWithUnits maximumVerticalResolution ) : MerchantItemAttributes
maximumVerticalResolution NonNegativeIntegerWithUnits MaximumVerticalResolution property
return MerchantItemAttributes
        public MerchantItemAttributes WithMaximumVerticalResolution(NonNegativeIntegerWithUnits maximumVerticalResolution)
        {
            this.maximumVerticalResolutionField = maximumVerticalResolution;
            return this;
        }
MerchantItemAttributes