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

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

Sets the Size property
public WithSize ( String size ) : ItemAttributes
size String Size property
Результат ItemAttributes
        public ItemAttributes WithSize(String size)
        {
            this.sizeField = size;
            return this;
        }
ItemAttributes