Amazon.ECS.Model.ItemAttributes.WithStudio C# (CSharp) Méthode

WithStudio() public méthode

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