Amazon.ECS.Model.ItemAttributes.WithProductTypeName C# (CSharp) Метод

WithProductTypeName() публичный Метод

Sets the ProductTypeName property
public WithProductTypeName ( String productTypeName ) : ItemAttributes
productTypeName String ProductTypeName property
Результат ItemAttributes
        public ItemAttributes WithProductTypeName(String productTypeName)
        {
            this.productTypeNameField = productTypeName;
            return this;
        }
ItemAttributes