Amazon.ECS.Model.SearchInside.WithTotalExcerpts C# (CSharp) Méthode

WithTotalExcerpts() public méthode

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