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