Amazon.ECS.Model.MerchantItemAttributes.WithMaximumColorDepth C# (CSharp) Méthode

WithMaximumColorDepth() public méthode

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