Amazon.ECS.Model.OtherCategoriesSimilarProduct.WithTitle C# (CSharp) Метод

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

Sets the Title property
public WithTitle ( String title ) : OtherCategoriesSimilarProduct
title String Title property
Результат OtherCategoriesSimilarProduct
        public OtherCategoriesSimilarProduct WithTitle(String title)
        {
            this.titleField = title;
            return this;
        }