Amazon.ECS.Model.SearchInside.WithTotalExcerpts C# (CSharp) Метод

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

Sets the TotalExcerpts property
public WithTotalExcerpts ( Decimal totalExcerpts ) : SearchInside
totalExcerpts Decimal TotalExcerpts property
Результат SearchInside
        public SearchInside WithTotalExcerpts(Decimal totalExcerpts)
        {
            this.totalExcerptsField = totalExcerpts;
            return this;
        }