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;
        }