Amazon.ECS.Model.SearchInside.WithTotalExcerpts C# (CSharp) Method

WithTotalExcerpts() public method

Sets the TotalExcerpts property
public WithTotalExcerpts ( Decimal totalExcerpts ) : SearchInside
totalExcerpts Decimal TotalExcerpts property
return SearchInside
        public SearchInside WithTotalExcerpts(Decimal totalExcerpts)
        {
            this.totalExcerptsField = totalExcerpts;
            return this;
        }