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

WithMaximumColorDepth() public method

Sets the MaximumColorDepth property
public WithMaximumColorDepth ( String maximumColorDepth ) : MerchantItemAttributes
maximumColorDepth String MaximumColorDepth property
return MerchantItemAttributes
        public MerchantItemAttributes WithMaximumColorDepth(String maximumColorDepth)
        {
            this.maximumColorDepthField = maximumColorDepth;
            return this;
        }
MerchantItemAttributes