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;
        }