Amazon.ECS.Model.ItemAttributes.WithStudio C# (CSharp) Method

WithStudio() public method

Sets the Studio property
public WithStudio ( String studio ) : ItemAttributes
studio String Studio property
return ItemAttributes
        public ItemAttributes WithStudio(String studio)
        {
            this.studioField = studio;
            return this;
        }
ItemAttributes