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

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

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