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

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

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