Amazon.ECS.Model.SimilarProduct.WithTitle C# (CSharp) 메소드

WithTitle() 공개 메소드

Sets the Title property
public WithTitle ( String title ) : SimilarProduct
title String Title property
리턴 SimilarProduct
        public SimilarProduct WithTitle(String title)
        {
            this.titleField = title;
            return this;
        }