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