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

WithProductTypeName() public méthode

Sets the ProductTypeName property
public WithProductTypeName ( String productTypeName ) : ItemAttributes
productTypeName String ProductTypeName property
Résultat ItemAttributes
        public ItemAttributes WithProductTypeName(String productTypeName)
        {
            this.productTypeNameField = productTypeName;
            return this;
        }
ItemAttributes