Amazon.ECS.Model.Language.WithType C# (CSharp) Méthode

WithType() public méthode

Sets the Type property
public WithType ( String type ) : Language
type String Type property
Résultat Language
        public Language WithType(String type)
        {
            this.typeField = type;
            return this;
        }