Amazon.ECS.Model.ItemSearchRequest.WithCount C# (CSharp) Method

WithCount() public method

Sets the Count property
public WithCount ( Decimal count ) : ItemSearchRequest
count Decimal Count property
return ItemSearchRequest
        public ItemSearchRequest WithCount(Decimal count)
        {
            this.countField = count;
            return this;
        }