Amazon.ECS.Model.MerchantItemAttributes.WithMaximumColorDepth C# (CSharp) Метод

WithMaximumColorDepth() публичный Метод

Sets the MaximumColorDepth property
public WithMaximumColorDepth ( String maximumColorDepth ) : MerchantItemAttributes
maximumColorDepth String MaximumColorDepth property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithMaximumColorDepth(String maximumColorDepth)
        {
            this.maximumColorDepthField = maximumColorDepth;
            return this;
        }
MerchantItemAttributes